Skip to content
Snippets Groups Projects
Commit 33066011 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files
parents aeac1027 2819c5f0
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ read ans
if [ $ans == "y" ]; then
git pull
git restore --source=HEAD --staged --worktree -- $1
git checkout -- $1
else
echo "Aborting."
exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment