Skip to content

Instantly share code, notes, and snippets.

@DevGW
Last active April 5, 2023 14:36
Show Gist options
  • Save DevGW/f7cfcd708c3c56bc8654ce7c47d2d2d1 to your computer and use it in GitHub Desktop.
Save DevGW/f7cfcd708c3c56bc8654ce7c47d2d2d1 to your computer and use it in GitHub Desktop.
shell :: gitup.sh #bash
#!/bin/bash
git fetch --all
git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment