store git creds in file
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
git config --global user.name "Dobromir Popov"
|
||||
|
||||
|
||||
#store credentals
|
||||
git config --global credential.helper store
|
||||
|
||||
#store credentals in file
|
||||
git config --global credential.helper store --file
|
||||
|
||||
git config credential.helper store --file
|
||||
|
||||
#add upstream (when forked)
|
||||
git remote add upstream https://github.com/petals-infra/health.petals.dev.git
|
||||
|
||||
Reference in New Issue
Block a user