Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git alias - multiple commands

// Create git alias to add and commit

> git config --global alias.ac '!git add -A && git commit -m'
> git ac "message"
 
PREVIOUS NEXT
Tagged: #git #alias #multiple #commands
ADD COMMENT
Topic
Name
1+2 =