alias gc='git add . && git commit'
alias gp='git pull --rebase && git push'
alias po="git push"
alias st="git status"
alias jl="jupyter lab --ip='*' --NotebookApp.token='' --NotebookApp.password=''"
alias pc="pre-commit run --all-files"
alias gpc="git add . && git commit -m 'fix pre-commit issues'"