Git Useful Commands


git branch
git checkout development
git add .
git commit -m “Initial changes”
git push -u origin development