Skip to content

Commit 3a5061f

Browse files
committed
Update git aliases
1 parent 5945572 commit 3a5061f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

home/main.gitconfig

+7-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@
4646
#### Shorter alternatives for working with stashes
4747
sl = stash list
4848
sa = stash apply
49-
ss = stash save
49+
ss = stash push
50+
sp = stash pop
51+
52+
#### Rebases
53+
ri = rebase --interactive
54+
ra = rebase --abort
55+
rc = rebase --continue
5056

5157
#### Adding some different views for viewing the history.
5258
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%C(cyan)\\ [%an]%Creset" --decorate

0 commit comments

Comments
 (0)