store git creds in file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user