Saturday, November 16, 2013

Git Bitbucket push local folder to remote repo

lets my new branch name is openerp_pos

1. Create a git or bitbucket branch from their website
2. git clone https://pallab-gain@bitbucket.org/pallab-gain/openerp_pos.git 

3. git checkout openerp_pos

4. git status
5. git add .
6. git commit -a
7. git push origin openerp_pos 



No comments:

Post a Comment