Skip to content

Instantly share code, notes, and snippets.

@makzan
Created September 25, 2021 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makzan/9b4da784e127856ea640b06f2b4594db to your computer and use it in GitHub Desktop.
Save makzan/9b4da784e127856ea640b06f2b4594db to your computer and use it in GitHub Desktop.
For use in my Git Version Control book/course
$ git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: app/assets/javascripts/components/last-save.js.jsx
modified: app/assets/stylesheets/app.css.scss
no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment