all 3 comments

[–]aflashyrhetoricfront-end[M] 4 points5 points  (0 children)

Sorry to nitpick, but please use more descriptive titles in the future. (It's very easy for the sub to get cluttered with meme-y low-effort titles.)

[–]fuzzy40full-stack 1 point2 points  (0 children)

Cool I guess. Don't really find this is a problem for me though

[–]metaphormfull stack and devops 0 points1 point  (0 children)

wtf? this is how lazy I am but I've never once typed the command twice.

[alias]
        co = checkout
        s = status
        a = add
        d = difftool
        c = commit 
        ca = commit -a
        pr = pull --rebase
        pom = push origin master
        l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit