Delete old HTTPS Push

This commit is contained in:
2026-03-22 22:15:50 +02:00
parent 21704cab65
commit 0106618229

View File

@@ -1,12 +0,0 @@
# Push to gitea using a PAT through HTTPS
## Create PAT
1. Go to user profile > Settings
0. Go to Applications and click 'Generate New Token'
0. Give token name
0. Set rw permissions for repo
## Set git to store PAT
`git config --global credential.helper store`
## Push
git push