Guest User

Untitled

a guest
Mar 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ```shell
  2. atisayajain-MB:myproject atisayajain$ git add "index.html" "events.html" "contact.html"
  3. atisayajain-MB:myproject atisayajain$ git status
  4. On branch master
  5.  
  6. No commits yet
  7.  
  8. Changes to be committed:
  9. (use "git rm --cached <file>..." to unstage)
  10.  
  11. new file: contact.html
  12. new file: events.html
  13. new file: index.html
  14.  
  15. Untracked files:
  16. (use "git add <file>..." to include in what will be committed)
  17.  
  18. .DS_Store
  19. LICENSE
  20. README.md
  21. attachments/
  22. css/
  23. gulpfile.js
  24. img/
  25. js/
  26. mail/
  27. package-lock.json
  28. package.json
  29. scss/
  30. upsurge.html
  31. vendor/
  32. ```
Add Comment
Please, Sign In to add comment