blob: aab84bb108e31bcdcabd0667677755ac5e1dced2 (
plain)
1
2
3
4
5
6
7
8
|
# Git scripts
A collection of various scripts for git.
## repo.sh
- ./repo.sh create [repo] - Create a repo on the server
- ./repo.sh list - List repos on the server
- ./repo.sh clone [repo] - Clone a repo from the server
|