Posts

Showing posts from October, 2018

Git Commands

GIT Status ======= git status git add . git commit -m "Updated README" git push