mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-12-14 23:12:07 +01:00
git: add more aliases
This commit is contained in:
parent
f37b123b82
commit
3dccaca6e6
1 changed files with 7 additions and 0 deletions
|
|
@ -25,6 +25,13 @@
|
|||
git = !exec git
|
||||
s = status
|
||||
unstage = reset HEAD --
|
||||
c = commit
|
||||
cam = commit --amend
|
||||
cp = cherry-pick
|
||||
r = rebase
|
||||
ri = rebase --interactive
|
||||
rc = rebase --continue
|
||||
ra = rebase --abort
|
||||
[rerere]
|
||||
enabled = true
|
||||
autoupdate = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue