Skip to content

Instantly share code, notes, and snippets.

@dabrahams
Created October 31, 2010 18:12
Show Gist options
  • Save dabrahams/656933 to your computer and use it in GitHub Desktop.
Save dabrahams/656933 to your computer and use it in GitHub Desktop.
git status output
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: README
#
# Changed but not updated:
# (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: .git_externals/git (untracked content)
# modified: 3rd-party/apel (untracked content)
# modified: 3rd-party/emacs-tiny-tools (untracked content)
# modified: 3rd-party/flim (untracked content)
# modified: 3rd-party/git-emacs (untracked content)
# modified: 3rd-party/magit (untracked content)
# modified: 3rd-party/muse-el (untracked content)
# modified: 3rd-party/org-mode (modified content, untracked content)
# modified: 3rd-party/planner-el (untracked content)
# modified: 3rd-party/remember-el (modified content, untracked content)
# modified: 3rd-party/semi (untracked content)
# modified: 3rd-party/wanderlust (untracked content)
# modified: 3rd-party/worklog (untracked content)
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# elisp/.org-customizations.el
# elisp/autoload.d/hgw-init-wl.el.bak
# elisp/autoload.d/weblogger-setup.el
# elisp/package.d/ac-anything.el
# elisp/package.d/ahg.el
# elisp/package.d/anything.el
# elisp/package.d/boxquote.el
# elisp/package.d/elscreen/
# elisp/package.d/filladapt.el
# elisp/package.d/mercurial.el
# elisp/package.d/muse-markdown.el
# elisp/package.d/php-mode.el
# elisp/package.d/policy-switch.el
# elisp/package.d/wl-gravatar.el
# elisp/package.d/yasnippet-debug.el
# elisp/package.d/yasnippet.el
# elisp/package.d/zenburn-wl.el
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment