Horje
how to use git in terminal Code Example
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 "your_email_address@example.com"
git bash in cmd
"C:\Program Files\Git\bin\sh.exe" --login
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




Shell

Related
how to delete a tag Code Example how to delete a tag Code Example
ubuntu what is my ip address Code Example ubuntu what is my ip address Code Example
bash add extension to all files Code Example bash add extension to all files Code Example
got socket error trying to find package cupertino_icons at https://pub.dartlang.org. Code Example got socket error trying to find package cupertino_icons at https://pub.dartlang.org. Code Example
flutter pub get taking too long Code Example flutter pub get taking too long Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8