mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-12-14 15:05:18 +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
|
git = !exec git
|
||||||
s = status
|
s = status
|
||||||
unstage = reset HEAD --
|
unstage = reset HEAD --
|
||||||
|
c = commit
|
||||||
|
cam = commit --amend
|
||||||
|
cp = cherry-pick
|
||||||
|
r = rebase
|
||||||
|
ri = rebase --interactive
|
||||||
|
rc = rebase --continue
|
||||||
|
ra = rebase --abort
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
autoupdate = true
|
autoupdate = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue