Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 879 Bytes

TLG_JoinCaptchaBot_UA

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.

Sync forked master branch with origin master repo

  1. Add the remote (original repo that you forked) and call it “upstream”

     git remote add upstream [email protected]:J-Rios/TLG_JoinCaptchaBot.git
    
  2. Fetch all branches of remote upstream

     git fetch upstream
    
  3. Rewrite your master with upstream’s master using git rebase.

     git rebase upstream/master
    
  4. Push your updates to master. You may need to force the push with “--force”.

     git push origin master --force
    

Credits

Original Author - Jose

Original Repository - J-Rios/TLG_JoinCaptchaBot