Skip to content

Instantly share code, notes, and snippets.

@ionixjunior
Last active June 26, 2020 00:51
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 ionixjunior/c92c76735fedb019b87f0137e94f7a10 to your computer and use it in GitHub Desktop.
Save ionixjunior/c92c76735fedb019b87f0137e94f7a10 to your computer and use it in GitHub Desktop.
My simple .gitconfig
[alias]
st = status
ci = commit
br = branch
cia = commit --amend
cian = commit --amend --no-edit
df = diff
co = checkout
cl = clean -dfx
lg = log --oneline --graph
lga = log --oneline --graph --all --decorate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment