Answers for "give username and password in git push"

6

git push username password

git add .

git commit -m "Bug Fixed"

git push https://<username>:<password>@github.com/<username>/<repository>.git --all
Posted by: Guest on December-30-2020
0

How to add username and password in github

git config --global user.email [email protected]

git config --global user.password ●●●●●●●●●●●
Posted by: Guest on January-08-2022

Code answers related to "give username and password in git push"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language