Setting Up Git

Today, Kajari helped us finalize seeting up git through the terminal. We used

The flow of using git follows the order above from git pull to git push. After you do git pull, you should make your changes in sublime txt or your favorite editor. Make sure to save your work on sublime text or the editor. Then, use git status and git diff to make sure that the changes are correct. Use git add to stage all your changes and git commit to save all your changes and git push to push all your changes to the cloud or github.

·