Skip to content

Instantly share code, notes, and snippets.

@disjukr
Last active November 15, 2021 08:24
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 disjukr/7348821 to your computer and use it in GitHub Desktop.
Save disjukr/7348821 to your computer and use it in GitHub Desktop.
my git global config
[user]
name = JongChan Choi
email = jong@chan.moe
[core]
precomposeunicode = true
[color]
ui = always
[alias]
a = add
ad = add
b = branch -a
br = branch -a
bra = branch -a
bran = branch -a
branc = branch -a
c = commit --allow-empty-message
co = commit --allow-empty-message
com = commit --allow-empty-message
comm = commit --allow-empty-message
commi = commit --allow-empty-message
d = diff
di = diff
dif = diff
s = status -uall
st = status -uall
sta = status -uall
stat = status -uall
statu = status -uall
l = log --all --graph --pretty=format:'%Creset -%C(yellow)%d%Creset %s %Credby %an %Cgreen%h %Cblue%cr%Creset'
lo = log --all --graph --pretty=format:'%Creset -%C(yellow)%d%Creset %s %Credby %an %Cgreen%h %Cblue%cr%Creset'
[credential]
# helper = wincred # if windows
helper = osxkeychain # if mac
[url "git@github.com:"]
pushinsteadof = "git://github.com/"
pushinsteadof = "https://github.com/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment