Skip to content

Instantly share code, notes, and snippets.

@RyanOC
Last active July 30, 2017 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanOC/0a22460b7cc2b6ead143db2983a9f1e5 to your computer and use it in GitHub Desktop.
Save RyanOC/0a22460b7cc2b6ead143db2983a9f1e5 to your computer and use it in GitHub Desktop.
Git commands I use commonly

Alias

To include our aliases then customize "git l" with your own definition:

[include]
   path = ~/.gitconfig.d/gitalias.txt
   path = ~/.gitconfig.d/gitalias-for-topic-branches.txt

[alias]
   l = log --graph --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment