Skip to content

Commit

Permalink
git: A few new alises that I hope I use
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Mar 22, 2024
1 parent a4f4cea commit 63d9492
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
ci = commit --verbose
co = checkout
ls = log --date=short --pretty=ls
rc = rebase --continue
ap = add --patch
dc = diff --cached
rbm = rebase --interactive
rma = !git ls-files --deleted -z | xargs -0 -r git rm
cif = !git commit -v --fixup=$(pt --color select-commit) && git -c sequence.editor=: rebase -i
Expand Down

0 comments on commit 63d9492

Please sign in to comment.