Skip to content

Commit

Permalink
add br/rem
Browse files Browse the repository at this point in the history
  • Loading branch information
choikwa authored Jun 20, 2016
1 parent 5ddf7d5 commit bc55da7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit bc55da7

Please sign in to comment.