Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to set up git for github

$ git config --global user.name "Your name here"
$ git config --global user.email "your_email@example.com"
Comment

como configurar git e github

git config --global user.name "Seu Nome"
git config --global user.email "seu-email@buteco.tech"
Comment

how to configure git and github

git config --global user.name "Your Name"
git config --global user.email "yourname@example.com"
Comment

PREVIOUS NEXT
Code Example
Shell :: echo new line 
Shell :: push to github 
Shell :: change directory on WSL 
Shell :: nano line number 
Shell :: github actions set ssh key 
Shell :: yum clean all 
Shell :: undercover mode kali 
Shell :: git change rebase to merge 
Shell :: bash date of file 
Shell :: install github cli ubuntu 
Shell :: powershell replace and rename file name 
Shell :: tempfile.temporarydirectory() 
Shell :: grep exclude files 
Shell :: unattended-upgr 
Shell :: push existing repository 
Shell :: grep binary files 
Shell :: how to close an issue with a commit 
Shell :: view available pips 
Shell :: how to see users logged in linux 
Shell :: powershell env vars 
Shell :: gtk4 windows install 
Shell :: zip command line 
Shell :: powershell get arguments 
Shell :: bash make multiple directories in current directory 
Shell :: check gcp disk space usage 
Shell :: how to install socket.io to node js 
Shell :: minishift admin-user addon 
Shell :: git switch 
Shell :: gradle git bash terminal weird characters 
Shell :: get a loading spinner javascript 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =