Skip to content

Instantly share code, notes, and snippets.

@mkholodnyak
Last active November 2, 2022 11:14
Show Gist options
  • Save mkholodnyak/ade14268d956f70c0079656162010a70 to your computer and use it in GitHub Desktop.
Save mkholodnyak/ade14268d956f70c0079656162010a70 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = Max Kholodnyak
email = [email protected]
[alias]
a = !git add . && git status
co = checkout
cm = commit
ca = commit --amend
br = branch
st = status
cr = checkout --track -b
hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
mm = pull origin master:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment