Guest User

Untitled

a guest
Apr 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Update your fork
  2.  
  3. 1. `git remote add upstream <Remote Repo Url>`
  4.  
  5. 2. `git fetch upstream`
  6.  
  7. 3. `git checkout master`
  8.  
  9. 4. `git rebase upstream/master`
Add Comment
Please, Sign In to add comment