store git creds in file

This commit is contained in:
Dobromir Popov
2025-09-30 12:11:57 +03:00
parent 6f13d87f6c
commit d9bb3addf2

View File

@@ -2,10 +2,10 @@
git config --global user.name "Dobromir Popov" git config --global user.name "Dobromir Popov"
#store credentals #store credentals in file
git config --global credential.helper store git config --global credential.helper store --file
git config credential.helper store --file
#add upstream (when forked) #add upstream (when forked)
git remote add upstream https://github.com/petals-infra/health.petals.dev.git git remote add upstream https://github.com/petals-infra/health.petals.dev.git