all 1 comments

[–]C3P0 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

alias gad = "git commit -am" alias ga = "git add" alias gaa = "git add ." alias gc = "git commit -m" alias gp = "git push" alias gs = "git status" alias gl = "git log"

My eyes burn! Why would anyone want to do that?!