Skip to content

Instantly share code, notes, and snippets.

@samelm
Last active January 12, 2018 11:01
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 samelm/7f5b2df568a21e12fc771e0abd75bc23 to your computer and use it in GitHub Desktop.
Save samelm/7f5b2df568a21e12fc771e0abd75bc23 to your computer and use it in GitHub Desktop.
[user]
name = Vladislav Samatov
email = <place email>
[core]
filemode = false
[color]
ui = true
[push]
default = matching
[alias]
cp = cherry-pick
st = status -sb
cl = clone
ci = commit
co = checkout
br = branch
dc = diff --cached
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %Cblue<%an>%Creset' --abbrev-commit --date=relative --all
last = log -1 --stat
unstage = reset HEAD --
boom = reset --hard HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment