File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "eslint.enable" : false
3
+ }
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
154
154
* [ logs between date range] ( #logs-between-date-range )
155
155
* [ Exclude author from logs] ( #exclude-author-from-logs )
156
156
* [ Generates a summary of pending changes] ( #generates-a-summary-of-pending-changes )
157
+ * [ List references in a remote repository] ( #list-references-in-a-remote-repository )
157
158
158
159
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
159
160
<!-- @doxie.inject end toc -->
@@ -1051,5 +1052,10 @@ git log --perl-regexp --author='^((?!excluded-author-regex).*)
1051
1052
git request-pull v1.0 https://git.ko.xz/project master:for-linus
1052
1053
```
1053
1054
1055
+ ## List references in a remote repository
1056
+ ```sh
1057
+ git ls-remote git://git.kernel.org/pub/scm/git/git.git
1058
+ ```
1059
+
1054
1060
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
1055
1061
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 452
452
}, {
453
453
"title" : " Generates a summary of pending changes" ,
454
454
"tip" : " git request-pull v1.0 https://git.ko.xz/project master:for-linus"
455
+ }, {
456
+ "title" :" List references in a remote repository" ,
457
+ "tip" : " git ls-remote git://git.kernel.org/pub/scm/git/git.git"
455
458
}]
You can’t perform that action at this time.
0 commit comments