Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. 8dc94f2f12f0:~/$ git clone https://github.com/etki/BlogMVC;cd BlogMVC;git status
  2. Cloning into 'BlogMVC'...
  3. remote: Counting objects: 6486, done.
  4. remote: Compressing objects: 100% (3401/3401), done.
  5. remote: Total 6486 (delta 2692), reused 6361 (delta 2613)
  6. Receiving objects: 100% (6486/6486), 10.75 MiB | 703.00 KiB/s, done.
  7. Resolving deltas: 100% (2692/2692), done.
  8. Checking connectivity... done.
  9. On branch master
  10. Your branch is up-to-date with 'origin/master'.
  11.  
  12. Changes not staged for commit:
  13. (use "git add <file>..." to update what will be committed)
  14. (use "git checkout -- <file>..." to discard changes in working directory)
  15.  
  16. modified: mkFramework/public/js/main.js
  17.  
  18. no changes added to commit (use "git add" and/or "git commit -a")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement