Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@shamun
Created November 2, 2011 13:41
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 shamun/1333646 to your computer and use it in GitHub Desktop.
Save shamun/1333646 to your computer and use it in GitHub Desktop.
$ git reset ...
fatal: ambiguous argument '...': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
$ gist reset
$ git add -A
$ git status -s
M my-plugin1
M my-plugin2
M my-plugin3
M my-plugin4
M my-plugin5
M my-plugin6
M my-plugin7
M my-plugin8
$ ls -lAR
-rwxrwxrwx 1 root root 1830 2011-10-30 08:37 <<<<< ALL has hose
$ git ls-tree HEAD
100755 blob 7657d89b2fc43c4a48f9f388085e9751cf67eeba README
160000 commit eb2e9f48e33b777b33ce6f86062639b8a85ecdfb my-plugin1
160000 commit 48275dc0719edcca12eb6602bedc313bda224d59 my-plugin2
160000 commit d430eb65c5e146681a5a1ff010d41c0fe7f55d67 my-plugin3
160000 commit ff40deb139b49262c253f8ca284fdae82d256442 my-plugin4
160000 commit daecb7445672c1b334d64a701a20528dc305fe9e my-plugin5
160000 commit 6ad4b79c7ebc333f96cc0acb2b4881c402b92e5d my-plugin6
160000 commit 1aa5b76a6f89b5a57d052d7b5bd777b0d6a11b98 my-plugin7
160000 commit 31c75253f3299f5af62970d3a3093201d726bfbf my-plugin8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment