diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ info: install: cp git-repo $(PREFIX)/bin chmod 0755 $(PREFIX)/bin/git-repo + chown root:root $(PREFIX)/bin/git-repo |
index : git-repo.git | ||
A simple shell-script to let multiple users manage shared git repositories on a server |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 1 |
@@ -6,3 +6,4 @@ info: install: cp git-repo $(PREFIX)/bin chmod 0755 $(PREFIX)/bin/git-repo + chown root:root $(PREFIX)/bin/git-repo |