Sample project
git config --global credential.helper cache git config --global credential.helper store git remote -v git remote set-url origin https://github.com/vo2181/first_project.git git push origin release1
git clone https://github.com/username/repository.git cd repository git checkout -b feature-branch git add . git commit -m "Description of changes made" git push origin feature-branch