cinderweb

Untitled

Sep 18th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$ git status
  2. # On branch paperboys
  3. # Untracked files:
  4. # (use "git add <file>..." to include in what will be committed)
  5. #
  6. # tatus
  7. nothing added to commit but untracked files present (use "git add" to track)
  8. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$ git checkout master
  9. Switched to branch 'master'
  10. Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
  11. (use "git pull" to update your local branch)
  12. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$ git status
  13. # On branch master
  14. # Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
  15. # (use "git pull" to update your local branch)
  16. #
  17. # Untracked files:
  18. # (use "git add <file>..." to include in what will be committed)
  19. #
  20. # tatus
  21. nothing added to commit but untracked files present (use "git add" to track)
  22. jason@jason-AY597AA-ABA-HPE-110f:~/Downloads/tmwa-server-data$
Advertisement
Add Comment
Please, Sign In to add comment