Skip to content

Commit

Permalink
Git stash apply
Browse files Browse the repository at this point in the history
  • Loading branch information
amousavigourabi committed Aug 17, 2023
1 parent f660d57 commit 1d48cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ fi
git merge --squash --strategy-option=theirs --allow-unrelated-histories $work_branch
if [ -n "$stash_ref" ]
then
git stash pop "$stash_ref"
git stash apply $stash_ref
fi
git reset HEAD -- .

0 comments on commit 1d48cd8

Please sign in to comment.