Angelo Cabañero Dedicatoria Portfolio
if you edit something
npm run sass
git checkout -b feature/name
git status
git add .
git commit -m 'commit name'
git checkout master
git merge --no-ff feature/name
git push -u origin master
npm run deploy
npm run sass
git checkout -b feature/name
git status
git add .
git commit -m 'commit name'
git checkout master
git merge --no-ff feature/name
git push -u origin master
npm run deploy