expanding brain template meme generator
git add -u git commit -m "meaningful commit message"
git push
writing code using
gitlab editor and
compiling/testing on
labts
writing/testing locally then copying to gitlab to commit
pushFun() {
git add .
git commit -am "$1"
git push -u origin master }
pushFun v1
