Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to commit code to bitbucket first time

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