Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $ git
  2. usage: git [--version]...
  3.  
  4. $ git status
  5. On branch master
  6. Your branch and 'origin/master' have diverged, and have 2 and 3 different commits each, respectively....
  7.  
  8. $ git log
  9. '': : command not found
  10.  
  11. $ git show
  12. '': : command not found
  13.  
  14. $ git log
  15. fatal: Not a git repository (or any of the parent directories): .git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement