Based on ContributorGuide-Cloneacopyoftherepository <https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide#ContributorGuide-Cloneacopyoftherepository>I had initially run git clone https://github.com/apache/nifi.git and then I believe in error I also ran git remote add upstream https://github.com/apache/nifi.git
Now when I run git remote -v I have origin https://github.com/apache/nifi.git (fetch) origin https://github.com/apache/nifi.git (push) upstream https://github.com/apache/nifi.git (fetch) upstream https://github.com/apache/nifi.git (push) The instructions on ContributorGuide-Supplyingacontribution <https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide#ContributorGuide-Supplyingacontribution> for a PR seem to be when the clone was from a fork (git clone [email protected]:<account name>/nifi.git) and from a mirror. For my setup can I still run git push origin <branch name> ?
