Advertisement
saasbook

push_pl.sh

Jan 10th, 2012
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. # replace 'andrewyao' with your ProjectLocker account name,
  2. # 'pl5' with whatever appears after '@' in the My Git Location
  3. #  of your project on ProjectLocker, and 'minimax' with the
  4. #  name you chose for 'Add Project' on ProjectLocker
  5. git remote add origin git-andrewyao@pl5.projectlocker.com:minimax.git
  6. git push origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement