Git Workflow
git add <file changed> <file changed>
git commit -m "commit message"
git push --set-upstream origin <your branch name>Last updated
git add <file changed> <file changed>
git commit -m "commit message"
git push --set-upstream origin <your branch name>Last updated