Advertisement
Guest User

Untitled

a guest
Dec 27th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. curlybirdlady:.vim curlybirdlady$ git status
  2. # On branch master
  3. # Your branch is ahead of 'github/master' by 24 commits.
  4. #
  5. # Changes to be committed:
  6. # (use "git reset HEAD <file>..." to unstage)
  7. #
  8. # modified: bundle/ctrlp.vim
  9. # modified: bundle/nerdcommenter
  10. # modified: bundle/supertab
  11. # modified: bundle/syntastic
  12. # modified: bundle/vdebug
  13. # modified: bundle/vim-fugitive
  14. # modified: bundle/vim-surround
  15. #
  16. # Changes not staged for commit:
  17. # (use "git add <file>..." to update what will be committed)
  18. # (use "git checkout -- <file>..." to discard changes in working directory)
  19. # (commit or discard the untracked or modified content in submodules)
  20. #
  21. # modified: bundle/ultisnips (modified content)
  22. # modified: bundle/vim-ragtag (untracked content)
  23. # modified: keyboard_shortcuts
  24. # modified: vimrc
  25. #
  26. # Untracked files:
  27. # (use "git add <file>..." to include in what will be committed)
  28. #
  29. # bundle/AutoTag/
  30. # bundle/vundle/.netrwhist
  31. curlybirdlady:.vim curlybirdlady$ git add bundle/
  32. curlybirdlady:.vim curlybirdlady$ git status
  33. # On branch master
  34. # Your branch is ahead of 'github/master' by 24 commits.
  35. #
  36. # Changes to be committed:
  37. # (use "git reset HEAD <file>..." to unstage)
  38. #
  39. # new file: bundle/AutoTag
  40. # modified: bundle/ctrlp.vim
  41. # modified: bundle/nerdcommenter
  42. # modified: bundle/supertab
  43. # modified: bundle/syntastic
  44. # modified: bundle/vdebug
  45. # modified: bundle/vim-fugitive
  46. # modified: bundle/vim-surround
  47. # new file: bundle/vundle/.netrwhist
  48. #
  49. # Changes not staged for commit:
  50. # (use "git add <file>..." to update what will be committed)
  51. # (use "git checkout -- <file>..." to discard changes in working directory)
  52. # (commit or discard the untracked or modified content in submodules)
  53. #
  54. # modified: bundle/ultisnips (modified content)
  55. # modified: bundle/vim-ragtag (untracked content)
  56. # modified: keyboard_shortcuts
  57. # modified: vimrc
  58. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement