This is an attempt to create a log for killer.
- For the repo
git cloneyour fork- Add this repo as a remote to make rebasing easier:
git remote add kanyuga https://github.com/kanyuga/killer-counter.git git checkout -b <branch-name>npm installnpm startto start the dev server- Work on your feature/task
- Commit
- Pull latest
masterfrom the original repo, e.g.git pull kanyuga master - Rebase your
<branch-name>withmaster:git rebase master - Push to your fork:
git push origin <branch-name> - Create a PR to
@kanyuga/killer-counter