I\'m having a difficult time pushing to Github..I have a repository that I had cloned, and I have made changes to it that I\'d like to push back to github.
While in
I did the following steps and it worked:
I deleted the .git folder I uninstalled the git from c:/program files I Uninstalled git bash too Installed the git and git bash now Initialized git I checked using the following commands and it worked:
git checkout -b vettal // created a new branch
git push origin vettal // and then made a push
Thanks for all the help made through various questions in stackoverflow!