diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2018-10-11 11:11:10 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2018-10-11 11:11:10 +0200 |
commit | 0708919137008d2c9b24ebae3623723cec9696a1 (patch) | |
tree | f429188576c42fef3eab99da62e8c0f24e6eb749 /.config/git | |
parent | f9993c206af1d69414aef3e22ed7b2128ac4e110 (diff) |
Add 'cob' alias for 'checkout -b'
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index d729298..84acf2e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -26,6 +26,7 @@ cl = clone ci = commit co = checkout + cob = checkout -b br = branch r = reset cp = cherry-pick |