We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dae4ed commit 4219524Copy full SHA for 4219524
README.md
@@ -4,4 +4,12 @@
4
5
The Gitblit Smart Ticket Branches plugin deletes the *ticket/N* branches when a ticket is closed and recreates them if a ticket is re-opened.
6
7
+### Building against a Gitblit RELEASE
8
+
9
+ ant && cp build/target/SmartTicketBranches*.zip /path/to/gitblit/plugins
10
11
+### Building against a Gitblit SNAPSHOT
12
13
+ /path/to/dev/gitblit/ant installMoxie
14
+ /path/to/dev/SmartTicketBranches/ant && cp build/target/SmartTicketBranches*.zip /path/to/gitblit/plugins
15
0 commit comments