spacepaste

  1.  
  2. ~/.dotfiles% git --version
  3. git version 1.7.6.1
  4. ~/.dotfiles% cat .gitmodules
  5. [submodule ".vim/bundle/vundle"]
  6. path = .vim/bundle/vundle
  7. url = http://github.com/gmarik/vundle.git
  8. ignore = untracked
  9. ~/.dotfiles% git status
  10. # On branch master
  11. # Changes not staged for commit:
  12. # (use "git add <file>..." to update what will be committed)
  13. # (use "git checkout -- <file>..." to discard changes in working directory)
  14. #
  15. # modified: .vim/bundle/vundle (new commits)
  16. #
  17. no changes added to commit (use "git add" and/or "git commit -a")
  18.