Conversation
|
i added my name, the pushed, then added the < /br > tag and pushed again |
|
I think rebasing should've solved the problem. Are you still getting the On Mon, Mar 2, 2015 at 6:54 PM, aranyadan notifications@github.com wrote:
Abhinav Jain |
|
@aranyadan I suspect the problem you are facing is due to differing histories in github repo (remote origin) and local repo. When you deleted a commit in your local repo using Overwriting the remote's history with your local one will delete the commit from the remote : git push --force origin master |
|
i made my own repo and tried it out and its working fine now On Tue, Mar 3, 2015 at 4:04 PM, Nevin Valsaraj notifications@github.com
|
No description provided.