Advertisement
Guest User

asdfadsdf2342asdfasdf

a guest
Jan 20th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. fork
  2. git clone https://hananto88@bitbucket.org/maspa/maspa_backoffice_ui.git
  3.  
  4.  
  5. cd folder/
  6.  git remote add maspa https://hananto88@bitbucket.org/maspa/maspa_backoffice_ui.git
  7.  
  8.  
  9.  git remote -v
  10.  git branch
  11.  
  12.  git checkout -b dev origin/dev
  13.  
  14.  
  15.  
  16. ===================
  17.  [update]
  18.  git pull maspa dev
  19.  
  20. ===================
  21.  
  22.  [work]
  23.  git checkout -b MAS-231
  24.  
  25.  ..baru coding..
  26.  
  27.  git commit -am "MAS-231"
  28.  git log
  29.  
  30.  [update work]
  31.  git push origin MAS-231
  32.  
  33. ===================
  34.  
  35.  
  36.  git remote -v
  37.  git remote set-url origin https://hananto88@bitbucket.org/hananto88/maspa_backoffice_ui.git
  38.  
  39. ================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement