Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git see all aliases

git config --list | grep alias
Comment

git list all global aliases

# Setup short form of commands to save keystrokes
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.unstage 'reset HEAD --'
git config --global alias.last 'log -1 HEAD'
Comment

PREVIOUS NEXT
Code Example
Shell :: adb port reverse 
Shell :: GIT - Cleaning ignored file when .gitignore added after changes 
Shell :: install htop 
Shell :: check firewall centos 7 
Shell :: php restart 
Shell :: git ignore not working 
Shell :: yarn nodemon 
Shell :: install sanctum 
Shell :: java ubuntu install 
Shell :: git asking for password every time 
Shell :: git config username and password 
Shell :: kill all processes by user 
Shell :: how to set wsl 2 as default 
Shell :: install react select 
Shell :: how to uninstall mongodb in ubuntu 
Shell :: Failed to install gems via Bundler. 
Shell :: install moviepy 
Shell :: rm files with extension 
Shell :: get wifi password windows 
Shell :: bash: cmake: command not found 
Shell :: valet install command not found 
Shell :: uninstall rvm 
Shell :: check flutter version of project from command line 
Shell :: docker install in centos u7 
Shell :: give 777 permission folder and subfolders in linux 
Shell :: install lerna 
Shell :: sudo not found docker 
Shell :: install yarn in react native 
Shell :: netstat listening port 8080 mac 
Shell :: count lines of code in github repo 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =