Open jakub-g opened 1 year ago
review = "!git config --add remote.origin.fetch \"+refs/heads/$1:refs/remotes/origin/$1\" && git fetch -f --set-upstream origin \"$1\" && git checkout \"$1\" #"
Problem: if branch is removed, then git fetch will fail
git fetch
Problem: if branch is removed, then
git fetch
will fail