File tree 3 files changed +29
-4
lines changed
3 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Peter van der Does
10
10
Vincent Driessen
11
11
Daniel Dehennin
12
12
Benedikt Böhm
13
+ ChrisjStone
13
14
Leonid Komarovsky
15
+ Chris Stone
14
16
Felipe Talavera
15
17
Randy Merrill
16
18
Kevin Woo
@@ -20,26 +22,27 @@ Fred Condo
20
22
Alexandre Dutra
21
23
Andreas Heiduk
22
24
Ben Loveridge
23
- ChrisjStone
24
25
Florian Gamböck
25
26
Gergely Nagy
26
27
JP Toto
28
+ James Skemp
27
29
Kiall Mac Innes
28
30
Lorin Hochstein
29
31
Luis Fernando Gomes
32
+ Matthew Franglen
30
33
Olivier Mengué
31
34
Oppodelldog
32
35
Pokey Rule
33
36
Silas Palmer
34
37
Stefan Näwe
38
+ gpongelli
35
39
Adam Gibbins
36
40
Alexander Groß
37
41
Alexander Norström
38
42
Alexander Zeitler
39
43
Brian St. Pierre
40
44
Cararus Eugeniu
41
45
Chad Walker
42
- Chris Stone
43
46
Craig Fowler
44
47
Emre Berge Ergenekon
45
48
Gene Pavlovsky
@@ -80,7 +83,6 @@ Vedang Manerikar
80
83
Zheeeng
81
84
eddie cianci
82
85
gmallard
83
- gpongelli
84
86
raybec
85
87
86
88
Original file line number Diff line number Diff line change 38
38
#
39
39
40
40
41
- GITFLOW_VERSION=1.12.5-dev0
41
+ GITFLOW_VERSION=1.12.5-dev.11
42
42
43
43
initialize () {
44
44
# A function can not be empty. Comments count as empty.
Original file line number Diff line number Diff line change
1
+ # This allows the gitflow-avh commands to be installed in ZSH using antigen.
2
+ # Antigen is a bundle manager. It allows you to enhance the functionality of
3
+ # your zsh session by installing bundles and themes easily.
4
+
5
+ # Antigen documentation:
6
+ # http://antigen.sharats.me/
7
+ # https://github.com/zsh-users/antigen
8
+
9
+ # Install gitflow-avh with antigen:
10
+ # antigen bundle CJ-Systems/gitflow-cjs --branch=master
11
+ # Bundles installed by antigen are available for use immediately.
12
+
13
+ # Update gitflow-avh (and all other antigen bundles):
14
+ # antigen update
15
+
16
+ # The antigen command will download the git repository to a folder and then
17
+ # execute an enabling script (this file). The complete process for loading the
18
+ # code is documented here:
19
+ # https://github.com/zsh-users/antigen#notes-on-writing-plugins
20
+
21
+ # This specific script just adds the project folder to the PATH. This makes all
22
+ # commands available in git.
23
+ export PATH=" ${PATH} " :` dirname " ${0} " `
You can’t perform that action at this time.
0 commit comments