From bc55da77fd87e20d8ac7ee7b4424810c0d88974e Mon Sep 17 00:00:00 2001 From: kchoi Date: Mon, 20 Jun 2016 11:45:55 -0700 Subject: [PATCH] add br/rem --- .gitconfig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index e234a4a..60754f0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,6 @@ [user] - email = code.kchoi@gmail.com - name = choikwa + email = code.kchoi@gmail.com + name = choikwa [alias] hist = log --pretty=format:\"%Cblue%h %<(21,trunc)%ai %Cred%an,%ae %Cgreen%s\" --graph --name-status @@ -11,5 +11,7 @@ sf = add -u -v ;stage files cm = commit -a -m ;stage and commit affected, tracked files, needs msg ls = ls-files + br = branch -vv + rem = remote -vv [push] - default = upstream + default = upstream