Convert my project to git with: git init
Next:
git commit -m "first commit"
git remote add origin https://pareshchavda@bitbucket.org/pareshchavda/redux.git
git push -u origin master
git push origin master --forceswitch branch :
git checkout mastergit checkout test
add branch command: git branch demo

No comments:
Post a Comment