Skip to content

Commit

Permalink
Fix some gco* aliases (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dycw authored Apr 13, 2024
1 parent 53de00b commit 2174e91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[bumpversion]
current_version = 0.1.81
current_version = 0.1.82
6 changes: 3 additions & 3 deletions git/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ if command -v git >/dev/null 2>&1; then
gcobt() { git checkout -b "$1" -t "origin/$1"; }
gcom() { git checkout master && git pull --force; }
gcomk() { gcom && gbk "$1"; }
gcomkd() { gcomkk dev; }
gcomr() { gcom && gcor "$1"; }
gcomrd() { gcompr dev; }
gcomkd() { gcomk dev; }
gcomr() { gcom && gcobr "$1"; }
gcomrd() { gcomr dev; }
gcop() { git checkout --patch; }
# cherry-pick
alias gcp='git cherry-pick'
Expand Down

0 comments on commit 2174e91

Please sign in to comment.