Skip to content

Instantly share code, notes, and snippets.

@hindol
Created July 23, 2012 03:01
Show Gist options
  • Save hindol/3161813 to your computer and use it in GitHub Desktop.
Save hindol/3161813 to your computer and use it in GitHub Desktop.
Git Aliases
[credential]
helper = cache --timeout=7200
[merge]
tool = meld
[diff]
tool = meld
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
who = shortlog -s --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment