Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 65e803a

Browse files
committed
Seperate on lines so the progress of one doesn't depend on the other
1 parent 2a45aa0 commit 65e803a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/git-full-restore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ then
55
echo File paths not specified
66
exit 1
77
else
8-
git restore --staged $@ && git restore $@
8+
git restore --staged $@
9+
git restore $@
910
fi

0 commit comments

Comments
 (0)