You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**git-extra-commands** is a ZSH plugin that packages some extra git helper scripts I've found. This collection (and the scripts that I wrote in it) is licensed with the Apache Version 2 license.
10
-
11
-
Some of the scripts in this collection came from other sources and may have different licensing - if they do, their license information is included inline in the script source.
12
-
13
-
This collection doesn't actually require ZSH, but packaging it as a ZSH plugin makes it more convenient for people using a ZSH framework to use this collection.
14
-
15
-
If you wrote one of these scripts and want it removed from this collection, please either make a PR and/or file an issue against the repo and I will remove it.
16
-
17
9
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
18
10
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
19
11
**Table of Contents**
@@ -36,6 +28,14 @@ If you wrote one of these scripts and want it removed from this collection, plea
36
28
37
29
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
38
30
31
+
**git-extra-commands** is a ZSH plugin that packages some extra `git` helper scripts I've found. This collection (and the scripts that I wrote in it) is licensed with the Apache Version 2 license.
32
+
33
+
However, some of the scripts in this collection came from other sources and may have different licensing - if they do, their license information is included inline in the script source.
34
+
35
+
This collection doesn't actually require ZSH, but packaging it as a ZSH plugin makes it more convenient for people using a ZSH framework to use this collection.
36
+
37
+
If you wrote one of these scripts and want it removed from this collection, please either make a PR and/or file an issue against the repo and I will remove it.
0 commit comments