Skip to content

Commit

Permalink
git: add checkout aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Jun 14, 2018
1 parent fc48d3b commit 3253cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
aa = add -A
ap = add -p
c = commit
cc = checkout
ccb = checkout -b
cp = checkout -p
d = diff
l = log
Expand Down

0 comments on commit 3253cf0

Please sign in to comment.