Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. 1. Always develop in own branch.
  2. // use git checkout <branch name> when in other branch.
  3.  
  4. 2. Always pull latest data from development branch.
  5. // use command git pull origin <branch name you want to pull>.
  6.  
  7. 3. Change to own branch when pull is complete using git checkout <your own branch name>.
Add Comment
Please, Sign In to add comment