how to login to git from terminal
git config --global user.name "your_username"
how to login to git from terminal
git config --global user.name "your_username"
how to login to git from terminal
git config --global user.email "[email protected]"
how to use git in terminal
create new repo-git
echo "# SqlMentor" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin
https://github.com/asd/SqlMentor.git git push -u origin
master
push an existing repo-git
git remote add originhttps://github.com/asd/SqlMentor.git
git push -u origin master
Default editor
git bash in cmd
"C:\Program Files\Git\bin\sh.exe" --login
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us