Skip to content

Instantly share code, notes, and snippets.

@scriptnull
Created January 4, 2016 19:00
Show Gist options
  • Save scriptnull/6f98c950ff3974abe3a5 to your computer and use it in GitHub Desktop.
Save scriptnull/6f98c950ff3974abe3a5 to your computer and use it in GitHub Desktop.
All the Alias in my git workflow.
#show last commit
git config --global alias.last 'log -1 HEAD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment