Skip to content

Instantly share code, notes, and snippets.

@Willamin
Created October 17, 2019 17:38
Show Gist options
  • Save Willamin/bcc364930886fbc616c7576b90101124 to your computer and use it in GitHub Desktop.
Save Willamin/bcc364930886fbc616c7576b90101124 to your computer and use it in GitHub Desktop.
#!/bin/bash
git pull &&\
git rebase develop &&\
git push &&\
git checkout develop &&\
git merge --no-ff - &&\
git push &&\
echo "all done 🎉"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment