Created
November 18, 2016 09:23
Star
You must be signed in to star a gist
git-2.10.2
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
| ~/test4$ git clone git@server:hackathon/ux.git | |
| Cloning into 'ux'... | |
| warning: templates not found /usr/local/share/git-core/templates | |
| remote: Counting objects: 4462, done. | |
| remote: Total 4462 (delta 0), reused 0 (delta 0) | |
| Receiving objects: 100% (4462/4462), 4.55 MiB | 1.54 MiB/s, done. | |
| Resolving deltas: 100% (2282/2282), done. | |
| usage: git rev-list [OPTION] <commit-id>... [ -- paths... ] | |
| limiting output: | |
| --max-count=<n> | |
| --max-age=<epoch> | |
| --min-age=<epoch> | |
| --sparse | |
| --no-merges | |
| --min-parents=<n> | |
| --no-min-parents | |
| --max-parents=<n> | |
| --no-max-parents | |
| --remove-empty | |
| --all | |
| --branches | |
| --tags | |
| --remotes | |
| --stdin | |
| --quiet | |
| ordering output: | |
| --topo-order | |
| --date-order | |
| --reverse | |
| formatting output: | |
| --parents | |
| --children | |
| --objects | --objects-edge | |
| --unpacked | |
| --header | --pretty | |
| --abbrev=<n> | --no-abbrev | |
| --abbrev-commit | |
| --left-right | |
| special purpose: | |
| --bisect | |
| --bisect-vars | |
| --bisect-all | |
| fatal: remote did not send all necessary objects |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment