-
- ~/.dotfiles% git --version
- git version 1.7.6.1
-
- ~/.dotfiles% cat .gitmodules
- [submodule ".vim/bundle/vundle"]
- path = .vim/bundle/vundle
- url = http://github.com/gmarik/vundle.git
- ignore = untracked
-
- ~/.dotfiles% git status
- # On branch master
- # Changes not staged for commit:
- # (use "git add <file>..." to update what will be committed)
- # (use "git checkout -- <file>..." to discard changes in working directory)
- #
- # modified: .vim/bundle/vundle (new commits)
- #
- no changes added to commit (use "git add" and/or "git commit -a")
-