Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Getting started with git

#view all settings
$ git config --list --show-origin 

#set global configurations for your git
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
git config --global init.defaultBranch main
Comment

PREVIOUS NEXT
Code Example
Shell :: bash exit code status last command 
Shell :: how to add application to unity launcher 
Shell :: count number of lines of code in git repo 
Shell :: problema hora windows ubuntu 
Shell :: how to know which shell is specified for linux 
Shell :: flutter doctor - CocoaPods installed but not working 
Shell :: remove unused images docker manually 
Shell :: git username and password in terminal 
Shell :: connect to specific wifi decive fedora 
Shell :: awk how to print without adding spaces between fields 
Shell :: how to install mpv linux 
Shell :: oh my zsh apple m1 
Shell :: assign home directory to user linux 
Shell :: install cairo 
Shell :: git reset remote origin 
Shell :: how to revert back to previous commit in git 
Shell :: install pylatex with dependency 
Shell :: file explorer shortcut 
Shell :: installing .deb on kali 
Shell :: access desktop from wsl 
Shell :: linux list top cpu processes 
Shell :: verify xcode command tools installation 
Shell :: git checkout branch from remote to local 
Shell :: how do i get the last commit 
Shell :: linux see group memebers 
Shell :: instalar docker compose ubuntu 
Shell :: scp all files in directory 
Shell :: how to extract a zip file in linux terminal 
Shell :: ubuntu 20 install quemu 
Shell :: Deploy page 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =