'Start a new contribution on github using Git

I was working on keras project on Github using git. I have finished my contribution and now i want to start a new contribution process on Pandas. Note that I have deleted the previous keras folders from my local repo.

I have followed the contribution guidelines for Pandas (forking, cloning the repo etc). My question is how can i start a fresh master branch? Because now I think I have messed up my branches with Keras. When I write git status it shows a bunch of deleted files for keras ans some Untracked files: (images bellow) Untracked files deleted files

Also when I write git branch I see one master branch. Is this master referring to pandas? enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source