Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added git rmcommit alias
  • Loading branch information
eko committed Mar 21, 2019
1 parent 8c5a864 commit 24b3ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Expand Up @@ -62,6 +62,7 @@
ri = rebase --interactive
rc = rebase --continue
ra = rebase --abort
rmcommit = !git rebase --onto $1^ $1
rs = rebase --skip
rv = remote -v
s = status -sb
Expand Down

0 comments on commit 24b3ccc

Please sign in to comment.