ls-remote

This commit is contained in:
Hemanth.HM 2017-01-26 17:06:30 +05:30
parent 3261e1fb66
commit 7b0e0e471c
3 changed files with 12 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"eslint.enable": false
}

View File

@ -154,6 +154,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
* [logs between date range](#logs-between-date-range)
* [Exclude author from logs](#exclude-author-from-logs)
* [Generates a summary of pending changes](#generates-a-summary-of-pending-changes)
* [List references in a remote repository](#list-references-in-a-remote-repository)
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end toc -->
@ -1051,5 +1052,10 @@ git log --perl-regexp --author='^((?!excluded-author-regex).*)
git request-pull v1.0 https://git.ko.xz/project master:for-linus
```
## List references in a remote repository
```sh
git ls-remote git://git.kernel.org/pub/scm/git/git.git
```
<!-- Dont remove or change the comment below that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
<!-- @doxie.inject end -->

View File

@ -452,4 +452,7 @@
}, {
"title": "Generates a summary of pending changes",
"tip": "git request-pull v1.0 https://git.ko.xz/project master:for-linus"
}, {
"title":"List references in a remote repository",
"tip": "git ls-remote git://git.kernel.org/pub/scm/git/git.git"
}]