Recommended Workflow
- Fork into your personal Github account
- Clone repo from your fork
- Add cashapp as a remote with
git remote add cashapp git@github.com:cashapp/misk-web.git
- Pull any new changes with
git pull cashapp master
- Push any new changes to a new branch in your personal fork
- Open PR from personal fork -> cashapp/master