Skip to content

Instantly share code, notes, and snippets.

@catb0t
Last active May 16, 2018 16:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catb0t/9ede47e56fe88e164a568061267d933b to your computer and use it in GitHub Desktop.
Save catb0t/9ede47e56fe88e164a568061267d933b to your computer and use it in GitHub Desktop.
cd ~
git config --global branch.master.rebase true
git config --global branch.autosetuprebase always
rm -rf ~/sieged
git clone https://github.com/EagleSoftworks/sieged
cd sieged
git remote remove origin
git remote add upstream https://github.com/EagleSoftworks/sieged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment