/gist:37a3ae693ac16fdebc35 Secret
Created
November 11, 2009 00:44
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ git fsck --full | |
| dangling commit d7d4aab3a1ebd7cf4fbae5a175718a21315e895c | |
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ git remote | |
| origin | |
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ git remote show origin | |
| fatal: The remote end hung up unexpectedly | |
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ git ls-remote origin | |
| fatal: The remote end hung up unexpectedly | |
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ cat config | |
| [core] | |
| repositoryformatversion = 0 | |
| filemode = true | |
| bare = true | |
| [remote "origin"] | |
| url = git://repo.or.cz/pycedict.git | |
| fetch = refs/*:refs/* | |
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ git count-objects -v | |
| count: 66 | |
| size: 3924 | |
| in-pack: 242 | |
| packs: 1 | |
| prune-packable: 0 | |
| garbage: 0 | |
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ git show-ref | |
| 70e6f6a40fe05e5479eb529bbf8ccac9f7699f98 refs/heads/master | |
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ git rev-list 70e6f6a40fe05e5479eb529bbf8ccac9f7699f98..d7d4aab3a1ebd7cf4fbae5a175718a21315e895c | |
| d7d4aab3a1ebd7cf4fbae5a175718a21315e895c | |
| 8542f6a86d18fbf6a431c73eceb7e34ca7bd8384 | |
| repo:/srv/git/mirror/repo.or.cz/pycedict.git$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment