AVANIM :: TecHarmony :: My git config
My git config
August 09, 2010 | Comments: 0[user] email = avonderluft at avlux dot net name = Andrew vonderLuft [alias] a = add ai = add -i b = branch br = branch co = checkout c = commit ca = commit -a cp = cherry-pick count = count-objects f = fetch h = help lf = ls-files l = log logs = log --oneline --graph --decorate --all ls = log --oneline --graph --decorate --all m = merge plam = pull avonderluft master psam = push avonderluft master plom = pull origin master psom = push origin master rem = remote rh = reset --hard shbr = show-branch s = status st = status # Just for fun down = pull origin master # so I can type: 'git down' now and then back = reset --hard # 'to where you once belonged...' [apply] whitespace = nowarn [github] user = avonderluft token = xxxxxxxxxxxxxxxxxxxxxxxxxxxx [color] status = auto branch = auto ui = true
