- 
      
- 
        Save jaybxyz/c0becf089ee4db213b7b1da650b841e3 to your computer and use it in GitHub Desktop. 
Revisions
- 
        Saissaken renamed this gist Mar 8, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        Saissaken renamed this gist Mar 8, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        Saissaken created this gist Mar 8, 2017 .There are no files selected for viewingThis file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # Repo: someuser/myframework # Fork: superteam/myframework # Track: git clone https://github.com/superteam/myframework.git cd myframework git remote add upstream https://github.com/someuser/myframework.git # Update: git fetch upstream git rebase upstream/master git push git push --tags