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

create git aliases

$ git config --global alias.ac "!git add -A && git commit -m"
Comment

git alias

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

git aliases

git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.com commit
git config --global alias.stat status
Comment

git add alias

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

PREVIOUS NEXT
Code Example
Shell :: upgrade to composer 2 windows 
Shell :: install turtle command 
Shell :: filmora 10 crack download without watermark 
Shell :: how to undo makemigrations django 
Shell :: has_add_permission() takes 2 positional arguments but 3 were given 
Shell :: git unrelated histories 
Shell :: bash script: permission denied 
Shell :: linux pfx to pem 
Shell :: npm install -g angular cli 
Shell :: bash show all file with same name 
Shell :: jupyter notebook allow root 
Shell :: git pull master into branch 
Shell :: Fix the upstream dependency conflict, or retry this command with --force, or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution. 
Shell :: how to install heroku 
Shell :: all folder permissions terminal 
Shell :: simple way to make a text field to accept numbers only with maximum number of length 13 digit and min 10 
Shell :: how to replace string in a json sed 
Shell :: ubuntu "Read-only filesystem" 
Shell :: linux mint package manager 
Shell :: react hooks npm install 
Shell :: brew upgrade except 
Shell :: how to install bun.sh 
Shell :: shell find string in directory 
Shell :: wget files matching regex 
Shell :: express-generator with ejs 
Shell :: bash change text in specific column 
Shell :: add pwd to path linux 
Shell :: bash lowercase 
Shell :: vite starting code 
Shell :: size of a file linux 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =