From 0106618229d93fb0a933cbf6e0fb31188c7a58ae Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Sun, 22 Mar 2026 22:15:50 +0200 Subject: [PATCH] Delete old HTTPS Push --- gitea/gitea-https-push.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 gitea/gitea-https-push.md diff --git a/gitea/gitea-https-push.md b/gitea/gitea-https-push.md deleted file mode 100644 index c056fc0..0000000 --- a/gitea/gitea-https-push.md +++ /dev/null @@ -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