We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e04c58 commit 6155ee1Copy full SHA for 6155ee1
limbo.sh
@@ -65,7 +65,6 @@ handleConflicts() {
65
echo -e "\033[0;31mBEWARE ! No action possible, fix the divergence (possible rebase conflicts).\033[0m"
66
read -p "Would like to reset your local copy to match the remote one ? (y/N) " reset
67
if [ "$reset" == "y" ]; then
68
- remoteBranch=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/@@')
69
git reset --hard origin/$(git rev-parse --abbrev-ref HEAD)
70
fi
71
conflictsToSolve=1
0 commit comments