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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@
4
4
5
5
The Gitblit Powertools plugin exposes convenient user controls and server management & administration commands through the pluggable SSH command server.
6
6
7
+
### Installation
8
+
9
+
This plugin is referenced in the Gitblit Plugin Registry and you may install it using SSH with an administrator account.
10
+
11
+
ssh host plugin refresh
12
+
ssh host plugin install powertools
13
+
ssh host plugin ls
14
+
15
+
Alternatively, you can download the zip from [here](http://plugins.gitblit.com) manually copy it to your `${baseFolder}/plugins` directory.
0 commit comments