Help for git clean test commits from fork
-
Hi,
how can I clean test commits from fork?
I made a PR some minutes ago, but PR show a lot of commits also if only last one is correct.
TIA
Francesco -
@fsgiudice Easiest way is to take a look on Github using browser. Example in your case: https://github.com/quasarframework/quasar/pull/315/files (Files tab shows all changes that are pushed for PR). Would be a rules of thumb to simply make another clone of Quasar each time you start something new OR roll back your own commits and sync to latest Quasar repo.
Btw, thank you so much for taking time for a PR. Really appreciate it!