Skip to content

Commit 4243c61

Browse files
committed
gitconfig: res rew resw
1 parent 800cca2 commit 4243c61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitconfig

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
brs = branch --sort=-committerdate
2121
sw = switch
2222
re = restore
23+
res = restore --staged
24+
rew = rewstore --worktree
25+
resw = restore --staged --worktree
2326
co = commit -v
2427
coa = commit -v --amend
2528
pom = pull origin main

0 commit comments

Comments
 (0)