git clone https://github.com/Laurin-Notemann/beerpong Copy .env and check all the values
cp .env.example .envInitial docker database
make docker-db-upStop docker database
make docker-db-stopStart docker database
make docker-db-startRemove docker database
make docker-db-downgit clone https://github.com/Laurin-Notemann/beerpong - Create new branch
git checkout -b "branch-name"-
Work on Feature
-
Commit to branch
git add .
git commit -m "commit-msg"- Push to branch
git push origin branch-name-
Create PR
-
Wait for Approval
ln ./scripts/pre-committ .git/hooks/pre-committ