Last active
December 18, 2020 23:44
-
-
Save PululuK/905a3a87799e500c7722ccb6f43aea28 to your computer and use it in GitHub Desktop.
Force prestashop local pull
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git fetch --all | |
git reset --hard origin/develop | |
git pull origin develop:develop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment