This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Git Commands | |
# NOTES: Lines starting with // or # are comments and should not be typed into terminal. Please be careful of your spelling, spacing, and case before initiating a command in terminal. | |
//Standards Commands to push to github (in order) | |
git add . | |
# adds all files and folders that contain files to be commited | |
git status | |
# shows what changes are going to be commited |