Newbie Alert! .............. Hi guys, I was rather silly yesterday and downloaded my project from Github and then proceeded to edit that new project locally, as I deemed that easier than resolving conflicts with my previous local project.
I went to push last night and it asked me to pull, as it was effectively seeing a new Git repository, with no history. I then went to pull, as requested, and it killed my app and only partly pulled from Github. It was saying there were merge conflicts to resolve, so to ensure I didn't lose my work...I opted to do a hard reset and hey presto... the app works again locally as before. Thank goodness.
How would I go about either:
- a) resolving those heavy merge conflicts
- b) getting Git to recognise that my local version is in fact more up to date than Github (if different from a)
- c) am I just best creating a new repository?