summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index c3e2d89..7d384fb 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -33,6 +33,7 @@
br = branch
com = checkout master
co = checkout
+ cob = checkout -b
lg = ! git --no-pager log --oneline --graph -n 18 --decorate
pure = pull --rebase
diffc = diff --cached