This is a fork of the J-Rios/TLG_JoinCaptchaBot with personal improves.
This fork-project doesn't provide support. Use on you own risk.
-
Add the remote (original repo that you forked) and call it “upstream”
git remote add upstream [email protected]:J-Rios/TLG_JoinCaptchaBot.git
-
Fetch all branches of remote upstream
git fetch upstream
-
Rewrite your master with upstream’s master using git rebase.
git rebase upstream/master
-
Push your updates to master. You may need to force the push with “--force”.
git push origin master --force
Original Author - Jose
Original Repository - J-Rios/TLG_JoinCaptchaBot