Skip to content

Instantly share code, notes, and snippets.

@choyongjoon
Last active February 15, 2021 05:39
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 choyongjoon/d3b462cb0e0dea1e3e7f1dc078a55be0 to your computer and use it in GitHub Desktop.
Save choyongjoon/d3b462cb0e0dea1e3e7f1dc078a55be0 to your computer and use it in GitHub Desktop.
.gitconfig
[alias]
a = add
b = branch
c = commit
ch = checkout
cm = commit -m
f = fetch
l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
pl = pull
ps = push
rb = rebase
s = status -s
sh = show
sw = switch
[core]
editor = code -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment