Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push code on bitbucket

git remote add origin <the URL for your Bitbucket repository> 
git push -u origin master
git init
git add --all
git commit -m "Initial Commit"
 
PREVIOUS NEXT
Tagged: #push #code #bitbucket
ADD COMMENT
Topic
Name
9+8 =