g* auto git commands added, some encoding stuff as well

This commit is contained in:
2022-06-17 17:40:46 -04:00
parent d6c388bfb5
commit 75db2da32f
12 changed files with 262 additions and 2 deletions

5
bin/gitea_hints Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
printf 'https://username:PERSONAL_ACCESS_TOKEN@github.com/username/project.git\n'
printf 'git push https://username:PERSONAL_ACCESS_TOKEN@github.com/username/project.git\n'
printf 'token: avatar, settings, applications\n'