Skip to content

Commit 2651b64

Browse files
committed
added small convenience script for stashing, pulling, and re-applying the stash.
1 parent a3daa69 commit 2651b64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

stash_pull.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
git stash
2+
git pull
3+
git stash apply

0 commit comments

Comments
 (0)