Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. $ git status
  2. On branch master
  3. Your branch is up-to-date with 'origin/master'.
  4. Changes to be committed:
  5. (use "git reset HEAD <file>..." to unstage)
  6.  
  7. modified: .gitmodules
  8. modified: vim/after/ftplugin/json.vim
  9. new file: vim/bundle/Dockerfile
  10. new file: vim/bundle/ansible-vim
  11. new file: vim/bundle/vim-hashicorp-tools
  12. modified: vim/vimrcs/extended.vim
  13.  
  14. Changes not staged for commit:
  15. (use "git add <file>..." to update what will be committed)
  16. (use "git checkout -- <file>..." to discard changes in working directory)
  17. (commit or discard the untracked or modified content in submodules)
  18.  
  19. modified: vim/bundle/L9 (untracked content)
  20. modified: vim/bundle/python-mode (modified content)
  21. modified: vim/bundle/vim-autocomplpop (untracked content)
  22. modified: vim/bundle/vim-json (modified content)
  23.  
  24.  
  25. $ git submodule status
  26. cc324985f89e54e9dc4b2d4162b7b9964bdc5b32 vim/bundle/Dockerfile (heads/master)
  27. c822b05ee0886f9a9703227dc85a6d47612c4bf1 vim/bundle/L9 (1.1)
  28. 8540ad7ff0f8da2b31b5c55e6ae52ad87221e918 vim/bundle/ansible-vim (1.0-28-g8540ad7)
  29. ad41b4eb1612bd54d0b4dbe49206fc5114759dd1 vim/bundle/html5.vim (0.27-96-gad41b4e)
  30. 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1 vim/bundle/puppet-lint (1.1.0-58-g2546fed)
  31. b79b2e991e48488fb2800d9deec3b2ec457bb095 vim/bundle/python-mode (0.7.8b-57-gb79b2e9)
  32. f6e38c8b99a1c14d160def312925de59f8327091 vim/bundle/syntastic (3.4.0-123-gf6e38c8)
  33. b82f8804c4987b2534a5411d492d15d6010e98d2 vim/bundle/tlib_vim (1.12-4-gb82f880)
  34. 0c5612fa31ee434ba055e21c76f456244b3b5109 vim/bundle/vim-addon-mw-utils (heads/master)
  35. fe906149f78a342d049db6a3d3f69a93825cf740 vim/bundle/vim-autocomplpop (2.14.1-21-gfe90614)
  36. d63a475fcb73c782ce09d63a591d69481a62b30f vim/bundle/vim-fugitive (v1.2-179-gd63a475)
  37. 8540ad7ff0f8da2b31b5c55e6ae52ad87221e918 vim/bundle/vim-hashicorp-tools (1.0-28-g8540ad7)
  38. f5e3181d0b33a9c51377bb7ea8492feddca8b503 vim/bundle/vim-json (heads/master)
  39. 59833d95316b88d79da9b93dc0d0d8ad58c139ee vim/bundle/vim-lint (heads/master)
  40. 0154b08afd916eff4a57415c9b6a5e0332d1cf01 vim/bundle/vim-puppet (0154b08)
  41. f8aa8042db8d5865a984aff322d29d6fbe69b134 vim/bundle/vim-snipmate (v0.87-42-gf8aa804)
  42. e101634ee1942d4952961d6c4e012c03d3ccd102 vim/bundle/vim-snippets (1.0.0-110-ge101634)
  43.  
  44.  
  45. $ tree -L 1 -d vim/bundle/
  46. vim/bundle/
  47. ├── Dockerfile
  48. ├── L9
  49. ├── ansible-vim
  50. ├── html5.vim
  51. ├── puppet-lint
  52. ├── python-mode
  53. ├── syntastic
  54. ├── tlib_vim
  55. ├── vim-addon-mw-utils
  56. ├── vim-autocomplpop
  57. ├── vim-fugitive
  58. ├── vim-hashicorp-tools
  59. ├── vim-json
  60. ├── vim-lint
  61. ├── vim-puppet
  62. ├── vim-snipmate
  63. └── vim-snippets
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement