Skip to content
Snippets Groups Projects
Verified Commit 17a90ff3 authored by David Beniamine's avatar David Beniamine
Browse files

Fetch before switching

parent 2036ee1c
Branches
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ then
else
cd eole-wol
git stash
git fetch
git switch $branch
git pull origin $branch
fi
......
......@@ -32,6 +32,7 @@ then
else
cd eole-wol
git stash
git fetch
git switch $branch
git pull origin $branch
cd -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment