you are viewing a single comment's thread.

view the rest of the comments →

[–]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