Personal repo for some shell scripts
my-git-init-personal Takes stdin (name of repo) and then utilizes statically defined filepaths to initalize and push a new repo
my-git-init-all Prompts user for path to project folder, initlizes it, then asks for github username and repo name
my-git-push-basic Takes name of repo and uses hardcoded path to push to master branch of repo Asks for a commit msg before pushing