mirror of
https://github.com/namibia/tips.git
synced 2024-11-05 21:07:53 +00:00
ls-remote
This commit is contained in:
parent
3261e1fb66
commit
7b0e0e471c
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"eslint.enable": false
|
||||
}
|
@ -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)
|
||||
|
||||
<!-- Don’t 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
|
||||
```
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end -->
|
||||
|
Loading…
Reference in New Issue
Block a user