Skip to content

Instantly share code, notes, and snippets.

@lciolecki
Last active September 26, 2019 08:08
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 lciolecki/524ada79c5c15c43a2abdc54dfea580e to your computer and use it in GitHub Desktop.
Save lciolecki/524ada79c5c15c43a2abdc54dfea580e to your computer and use it in GitHub Desktop.
[user]
name = Łukasz Ciołecki
[alias]
co = checkout
br = branch
brav = branch -a -v
ci = commit
st = status
unstage = reset HEAD --
last = log -1 HEAD
rs = reset --hard HEAD
pl = pull --rebase
df = diff
lh = 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