git config --global user.email "example@gmail.com"
git config --global user.name "yourName"
git status
git add -A
git add <directory>
git commit -m "message for the changes"
git push origin <branch name>
git pull origin <branch name>
git checkout -b <branch name>
git checkout <branch name>
git checkout <directory>
git clone https://$USERNAME:$PASSWORD@bitbucket.org/xyz/abcd.git