From b5cd8bbb68cd9e55f9426ccd1e20cd8c1990af0b Mon Sep 17 00:00:00 2001
From: Uncled1023
Date: Wed, 12 Nov 2014 10:00:28 -0800
Subject: [PATCH] Added git help info
---
help/git.php | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/help/git.php b/help/git.php
index 97c4f96b..f3824e11 100755
--- a/help/git.php
+++ b/help/git.php
@@ -62,6 +62,32 @@
You will be given an output that will describe the pull request. This must then be emailed to the original author to be considered for being pulled into the original repository. The original author's email is [username]@teknik.io
+ Modify Repository Permissions
+
+ By default, all personal repositories are semi-private (downloadable, but not forkable). As the owner, you can set permissions for your repositories for different users and groups.
+
+
+ Here is a list of the different permissions you can assign users:
+
+
+
+
+
+ In order to change a repositories permissions, you run the following command, using the +/- mode to add or remove permissions.
+
+
+ ~$ssh git@teknik.io perms u/[username]/[repository] [mode] [rolename] [username]
+
+
+ For example: ~$ssh git@teknik.io perms u/myUser/myRepo + WRITERS otherUser
+
+
+ The above command would give 'otherUser' write access to the repository 'myRepo'.
+
+
Delete a Repository
To delete a repository, execute the following commands:
@@ -74,6 +100,13 @@
More Information
+
+
Repository Name
+
+ When defining [repository], leave off the trailing .git
+
+
+
For more information on the commands available to you, just type: `~$ssh git@teknik.io help`