Skip to content

Instantly share code, notes, and snippets.

@EdaCZ
Last active August 29, 2015 13:58
Show Gist options
  • Save EdaCZ/10170728 to your computer and use it in GitHub Desktop.
Save EdaCZ/10170728 to your computer and use it in GitHub Desktop.
[alias]
st = status
ci = commit
rollback = reset --soft 'HEAD^'
unstage = reset HEAD
slog = log --graph --oneline --all
[user]
name = Adam Eda Zemek
email = eda@bmhd.cz
[color]
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment