Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- curlybirdlady:.vim curlybirdlady$ git status
- # On branch master
- # Your branch is ahead of 'github/master' by 24 commits.
- #
- # Changes to be committed:
- # (use "git reset HEAD <file>..." to unstage)
- #
- # modified: bundle/ctrlp.vim
- # modified: bundle/nerdcommenter
- # modified: bundle/supertab
- # modified: bundle/syntastic
- # modified: bundle/vdebug
- # modified: bundle/vim-fugitive
- # modified: bundle/vim-surround
- #
- # 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)
- # (commit or discard the untracked or modified content in submodules)
- #
- # modified: bundle/ultisnips (modified content)
- # modified: bundle/vim-ragtag (untracked content)
- # modified: keyboard_shortcuts
- # modified: vimrc
- #
- # Untracked files:
- # (use "git add <file>..." to include in what will be committed)
- #
- # bundle/AutoTag/
- # bundle/vundle/.netrwhist
- curlybirdlady:.vim curlybirdlady$ git add bundle/
- curlybirdlady:.vim curlybirdlady$ git status
- # On branch master
- # Your branch is ahead of 'github/master' by 24 commits.
- #
- # Changes to be committed:
- # (use "git reset HEAD <file>..." to unstage)
- #
- # new file: bundle/AutoTag
- # modified: bundle/ctrlp.vim
- # modified: bundle/nerdcommenter
- # modified: bundle/supertab
- # modified: bundle/syntastic
- # modified: bundle/vdebug
- # modified: bundle/vim-fugitive
- # modified: bundle/vim-surround
- # new file: bundle/vundle/.netrwhist
- #
- # 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)
- # (commit or discard the untracked or modified content in submodules)
- #
- # modified: bundle/ultisnips (modified content)
- # modified: bundle/vim-ragtag (untracked content)
- # modified: keyboard_shortcuts
- # modified: vimrc
- #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement