Skip to content

Commit

Permalink
git alias for checking our master
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Nov 2, 2017
1 parent 86b620e commit fe291b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
br = branch
brf = "!f() { git branch --list "*$1*"; }; f"
co = checkout
com = !git checkout master
ci = commit
cip = "!f() { local m=$1; shift; git commit -am \"$m\" && git push "$@"; }; f"
cl = clone
Expand Down

0 comments on commit fe291b4

Please sign in to comment.