Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to connect to a git repo in cmd

git config --global user.name "your_username"
git config --global user.email "your_email_address@example.com"
# then try to clone a repo anywhere on your desktop
# This will trigger a username password prompt after which you are logged in
Comment

PREVIOUS NEXT
Code Example
Shell :: pm2 remove process from list 
Shell :: branch conflicts 
Shell :: github push code from one repo to another 
Shell :: git pull on another branch 
Shell :: powershell open current path in explorer 
Shell :: -eq shell script 
Shell :: journalctl size 
Shell :: bash ls and pick 2nd column 
Shell :: how to revert to log in git 
Shell :: grep not include 
Shell :: Got socket error trying to find package cupertino_icons at https://pub.dartlang.org. 
Shell :: npm install --no-audit --save @testing-library/jest-dom@^5.14.1 @testing-library/react@^13.0.0 @testing-library/user-event@^13.2.1 web-vitals@^2.1.0` failed 
Shell :: latte dock application launcher shortcut 
Shell :: check redis server status 
Shell :: chnage localhost folder xampp on ubuntu 
Shell :: openssh setup firewall on windows 
Shell :: docker save to file 
Shell :: how to run powershell without admin rights 
Shell :: centos helm 
Shell :: ubuntu command upgrade application 
Shell :: centos history rollback 
Shell :: npm uninstall multiple packages 
Shell :: ubuntu disable auto suspend command line 
Shell :: git delete commit 4785cd1e041 
Shell :: get the latest from remote git 
Shell :: long path windows 
Shell :: vue postcss 8 tailwindcss 
Shell :: uninstall node arch 
Shell :: git ignore .env 
Shell :: gatsby plugin image 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =