One time, I was trying to pull my origin repository git pull origin develop and got the list of some local files that I don’t need and the error message Please move or remove them before you can merge. I tried resetting the repo but it didn’t work. The files are still there and causing the error. To solve the…
Category: GIT
Git — Creating a new branch on your local repo
This post is assuming that you already have an installed repo on your local machine. Please note that I am using GIT Bash as my application. So we start by going to the directory where your repo is installed, we do that by using the command: $ cd C:User/path/to/my/local/repo To make sure you have the latest commit on your local…