Skip to content

Instantly share code, notes, and snippets.

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 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