Skip to content

Instantly share code, notes, and snippets.

@PululuK
Last active December 18, 2020 23:44
Show Gist options
  • Save PululuK/905a3a87799e500c7722ccb6f43aea28 to your computer and use it in GitHub Desktop.
Save PululuK/905a3a87799e500c7722ccb6f43aea28 to your computer and use it in GitHub Desktop.
Force prestashop local pull
#!/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