Last active
May 16, 2018 16:21
-
-
Save catb0t/9ede47e56fe88e164a568061267d933b to your computer and use it in GitHub Desktop.
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
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