Skip to content

Instantly share code, notes, and snippets.

@VelichkoAlexander
Created October 14, 2017 12:21
Show Gist options
  • Save VelichkoAlexander/d3dc659fc6e3f86e5357c93b165996f2 to your computer and use it in GitHub Desktop.
Save VelichkoAlexander/d3dc659fc6e3f86e5357c93b165996f2 to your computer and use it in GitHub Desktop.
aliases for .gitconfig
[alias]
co = checkout
c = commit
st = status
br = branch
pl = pull
p = push
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment