Guest User

Untitled

a guest
Jan 22nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ### 1. Clone your fork:
  2.  
  3. git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
  4.  
  5. ### 2. Add remote from original repository in your forked repository:
  6.  
  7. cd into/cloned/fork-repo
  8. git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
  9. git fetch upstream
  10.  
  11. ### 3. Updating your fork from original repo to keep up with their changes:
  12.  
  13. git pull upstream master
Add Comment
Please, Sign In to add comment