Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. git clone {{ ssh:source_code }}
  2.  
  3. git clone ssh://555065b53433ca08f100001b@appname-domain.rhcloud.com/~/git/example.git/
  4.  
  5. git remote add bitbucket https://username@bitbucket.org/username/reponame.git
  6.  
  7. git push bitbucket { branch }
  8.  
  9. git push bitbucket master
  10.  
  11. git push origin {branch}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement