Advertisement
Guest User

Untitled

a guest
May 24th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $ git status
  2. On branch master
  3. Changes to be committed:
  4. (use "git reset HEAD <file>..." to unstage)
  5.  
  6. modified: Gruntfile.js
  7. modified: app/index.html
  8. modified: package.json
  9.  
  10. Changes not staged for commit:
  11. (use "git add <file>..." to update what will be committed)
  12. (use "git checkout -- <file>..." to discard changes in working directory)
  13.  
  14. modified: .gitignore
  15. modified: Gruntfile.js
  16. modified: app/index.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement