Skip to content

Instantly share code, notes, and snippets.

@annacruz
Last active January 25, 2022 10:21
Show Gist options
  • Save annacruz/efc1b7824d47a2c2f384cdf837dab442 to your computer and use it in GitHub Desktop.
Save annacruz/efc1b7824d47a2c2f384cdf837dab442 to your computer and use it in GitHub Desktop.
Git custom commands
#!/bin/bash
# Remember to put the script directory on path
git fetch upstream develop
git rebase upstream/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment