Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
950 B

  1. This is a place to collect some useful cheatsheets, with the view that I may
  2. eventually streamline accessing them in some way.
  3. git-commit.txt is a terse and evolving version of some of the things found in
  4. Vicky Lai's .gitmessage[0] and Tyler Cipriani's larger .git-commit-zomg[0].
  5. It's pointed at by my ~/.gitconfig's commit.template value. I found the longer
  6. version of these templates useful, but after a while realized that I was
  7. routinely scrolling to the bottom of the commit to see the list of staged
  8. files, and really only need a few of the prompts as general reminders most of
  9. the time.
  10. git-meta.txt includes a bunch of optional fields for commit messages, and is
  11. pointed at by git-commit.txt so I can quickly access it with ctrl-w f in vim
  12. while writing a commit.
  13. [0]. https://victoria.dev/verbose/git-commit-practices-your-future-self-will-thank-you-for/
  14. [1]. https://tylercipriani.com/blog/2019/03/11/of-git-commits-github-and-gerrit/