Compare commits
2 Commits
4c80d69b49
...
b027f13e29
Author | SHA1 | Date | |
---|---|---|---|
b027f13e29 | |||
17e0faa736 |
32
README.md
32
README.md
@@ -83,4 +83,34 @@ Doing this manually requires opening every folder one by one
|
||||
|
||||
It also removes non existent entries from recent projects and recent files
|
||||
|
||||
##
|
||||
## repo
|
||||
**Creates repositories on gitea and assigns them as "origin" on the git repository in working directory**
|
||||
|
||||
The configuration of this tool is done through environmental variables:
|
||||
```
|
||||
GITEA_USER=dave
|
||||
GITEA_PASSWORD=supersecret
|
||||
GITA_URL=https://git.site.quack-lab.dev/
|
||||
```
|
||||
|
||||
Fine grained configuration is applied through flags:
|
||||
```
|
||||
Usage of repo.exe:
|
||||
-f Force assignment of the remote (deletes existing origin)
|
||||
-n string
|
||||
Name of the repository (shorthand)
|
||||
-name string
|
||||
Name of the repository
|
||||
-ni
|
||||
Do not add remote to the new repo (shorthand)
|
||||
-noinit
|
||||
Do not add remote to the new repo
|
||||
-p Make the repository private (shorthand)
|
||||
-private
|
||||
Make the repository private
|
||||
-r string
|
||||
Name of the remote to create for the new repository (shorthand) (default "origin")
|
||||
-remote string
|
||||
Name of the remote to create for the new repository (default "origin")
|
||||
```
|
||||
|
||||
|
BIN
fmoditer.exe
BIN
fmoditer.exe
Binary file not shown.
9
sync
9
sync
@@ -1,4 +1,5 @@
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\fiter\main.exe",fiter.exe
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\fmoditer\main.exe",fmoditer.exe
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\project-scanner\main.exe",vsclean.exe
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\synclib\main.exe",cln.exe
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\fiter\main.exe",fiter.exe,t
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\fmoditer\main.exe",fmoditer.exe,t
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\project-scanner\main.exe",vsclean.exe,t
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\synclib\main.exe",cln.exe,t
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\gitea-api\main.exe",repo.exe,t
|
5
sync2bin
5
sync2bin
@@ -0,0 +1,5 @@
|
||||
fiter.exe,"C:\Program Files\Git\usr\bin\fiter.exe"
|
||||
fmoditer.exe,"C:\Program Files\Git\usr\bin\fmoditer.exe"
|
||||
vsclean.exe,"C:\Program Files\Git\usr\bin\vsclean.exe"
|
||||
cln.exe,"C:\Program Files\Git\usr\bin\cln.exe"
|
||||
repo.exe,"C:\Program Files\Git\usr\bin\repo.exe"
|
BIN
vsclean.exe
BIN
vsclean.exe
Binary file not shown.
Reference in New Issue
Block a user