Note to self to update a PR:
1. git checkout <branch-of-fork>
2. git add <filename>
3. git commit -m "updated the feature"
4. git push origin <branch-of-fork>
OR
4. git push fork <branch-of-fork>
Note to self to update a PR:
1. git checkout <branch-of-fork>
2. git add <filename>
3. git commit -m "updated the feature"
4. git push origin <branch-of-fork>
OR
4. git push fork <branch-of-fork>