Friday, 1 May 2015

Git Bash to check-in code to Bit-bucket

Install Git
Configure Git-Bash

Navigate to path: CD c:

Command to Pull the code from Bitbucket:
git pull

Command to push the code to Bitbucket:

to check the status:
git status

To add the code:
git add -A

To commit the changes:
git commit -m 'your message'

git push... to committ..



To switch to another branch:
git checkout venu

No comments:

Post a Comment