Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaybxyz/c0becf089ee4db213b7b1da650b841e3 to your computer and use it in GitHub Desktop.
Save jaybxyz/c0becf089ee4db213b7b1da650b841e3 to your computer and use it in GitHub Desktop.

Revisions

  1. @Saissaken Saissaken renamed this gist Mar 8, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @Saissaken Saissaken renamed this gist Mar 8, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @Saissaken Saissaken created this gist Mar 8, 2017.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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