1
0
Fork
You've already forked git-tips
0
No description
Find a file
popebob d49f88e5a2 Add info for writing better commit messages
Not always something I'm personally that great at, but this particular
article has made me make conscious effort to sensibly document my
commits.
2018年06月16日 01:19:23 -05:00
docs Separate documentation 2017年05月11日 23:30:53 -05:00
media Initial import, sanitized for your satisfaction 2017年02月01日 19:16:22 -06:00
bash-functions Initial import, sanitized for your satisfaction 2017年02月01日 19:16:22 -06:00
bash-git_prompt Split prints to add comment for clarity 2017年04月27日 00:28:32 -05:00
git-aliases Initial import, sanitized for your satisfaction 2017年02月01日 19:16:22 -06:00
README.md Add info for writing better commit messages 2018年06月16日 01:19:23 -05:00

Contents of this Repository

  • README.md - This README
  • bash-functions - File that contains some example functions
  • bash-git_prompt - An example colorful prompt for bash to show git status
  • git-aliases - Some example aliases for ~/.gitconfig
  • docs/quick-start.md - Quick start guide for git
  • docs/helpers.md - Docs for helper tools

Examples and more information about bash-functions, bash-git_prompt and git-aliases below the Getting Started guide.

More information about branching, forking, rebasing, merging and all that good stuff can be found in this excellent (and free!) online book: https://git-scm.com/book/en/v2

Information on how to write better git commit messages, as well as explanations of why you might want to: https://chris.beams.io/posts/git-commit/