Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

setting git aliases

git config --global alias.st status
git config --global alias.ci commit
git config --global alias.co checkout
git config --global alias.br branch
Comment

git add alias

git config --global alias.<alias> <command>
Comment

GIT: Alias for existing command

git config --global alias.co checkout
git config --global alias.st status
git config --global alias.br branch
Comment

PREVIOUS NEXT
Code Example
Shell :: error installing psycopg2 
Shell :: free up ram in linux ubuntu 
Shell :: fsl flirt 
Shell :: dyld: lazy symbol binding failed: Symbol not found: _ffi_prep_closure_loc 
Shell :: exit from sudo su 
Shell :: remove user from sudoers 
Shell :: upgrade pip version 
Shell :: spotify linux 
Shell :: docker tag and push 
Shell :: github ssh key setup 
Shell :: powershell install oh-my-posh 
Shell :: helm install namespace example 
Shell :: how to uninstall heroku cli 
Shell :: pocketsphinx 
Shell :: pip upgrade command 
Shell :: how to extract rar file in ubuntu 
Shell :: push git to github 
Shell :: convert csv to json powershell 
Shell :: operator mono github 
Shell :: ssh timeout option 
Shell :: install vlc fedora 
Shell :: git commit and tag 
Shell :: "C:UsersMY PCAppDataRoaming pm/node_modules/node/bin/node: line 1: This: command not found" 
Shell :: ubuntu kill process on a port 
Shell :: docker-compose compose clear cache 
Shell :: how to install npm and node js ubuntu 
Shell :: What should you run to modify your last commit? 
Shell :: headlessui npm 
Shell :: Error: .ini file does not include supervisorctl section 
Shell :: magento 2 gulp 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =