Add git helper scripts for Gitea authentication and pushing

This commit is contained in:
igny8
2025-11-09 10:56:50 +00:00
parent d880314def
commit 5205b0548c
2 changed files with 58 additions and 0 deletions

3
git-credential-helper.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo "username=salman"
echo "password=Salman@2025#"