Skip to content

Instantly share code, notes, and snippets.

@abinashmeher999
Created January 23, 2015 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abinashmeher999/d7373567561722f6b7f4 to your computer and use it in GitHub Desktop.
Save abinashmeher999/d7373567561722f6b7f4 to your computer and use it in GitHub Desktop.
Git Status
abinashmeher999@JARVIS:~/shogun$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: doc/md
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: doc/md (untracked content)
abinashmeher999@JARVIS:~/shogun$ git add doc/md/*
fatal: Pathspec 'doc/md/Assertions.md' is in submodule 'doc/md'
abinashmeher999@JARVIS:~/shogun$ git add doc/md/INSTALL.md
fatal: Pathspec 'doc/md/INSTALL.md' is in submodule 'doc/md'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment