parro-it/shrek

View on GitHub
scripts/git-init.sh

Summary

Maintainability
Test Coverage
#!/bin/sh
gh re --new shrek --description  &&

git init &&

git remote add origin https://github.com/parro-it/shrek.git &&

joe sublimetext node > .gitignore &&
echo '\nprivate\ninit\n' >> .gitignore &&

git add .  &&
git commit -m "project skeleton" &&
git push --set-upstream origin master