Skip to content

Instantly share code, notes, and snippets.

View JeffNixonCreative's full-sized avatar

Jeff Nixon JeffNixonCreative

View GitHub Profile
Overall
- Missing $ at the beginning of some commands
Git Remove is confusing:
- Looks just like the examples you actually run, but you're not supposed to.
Using .gitignore to Ignore Files
- When you do touch tomatos.txt and then run git status, it doesn't show the banan.txt that is still in the folder
- Again, after adding tomatos.txt to the .gitignore file, further git statuses shows the banana.txt file needing to be dealt with