This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias gs="git status -sb" | |
alias gc="git commit -m" | |
alias gd="git diff" | |
alias gch="git checkout" | |
alias gl="git log --all --decorate --oneline --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" | |
alias gchanges="gl -p" | |
alias gls="gl -n 10" | |
alias gp="git push" | |
alias gpl="git pull origin" | |
alias gb="git branch" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*THIS IS A COMPLEMENT TO THE DOCS, WHICH CAN BE FOUND HERE AND SHOULD BE REFERENCED: | |
https://octobercms.com/docs/cms/themes */ | |
/* | |
################ | |
OCTOBER SETUP: | |
https://octobercms.com/docs/console/commands#console-install | |
################ | |
*/ | |
- Get the installer |