-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pulling Master Branch Error #23
Comments
May be this can help: git fetch --all, which fetches remote changes from all branches to local repository and it does not affect working directory. |
Thanks Fanuel. The first option wasn't working for me but the second worked well. |
It seems like there is something wrong while pulling on the master branch. I am not sure what is going on. Any one who understand what is going on can help us. Here is the message I got: error: The following untracked working tree files would be overwritten by merge: |
Hi fredo, You can go to your project directory and issue the command "git stash" in Hope this help. Andree On 23 June 2015 at 09:39, Frederic Ntirenganya [email protected]
Regards, Andree Mentho Nenkam |
error: The following untracked working tree files would be overwritten by merge:
.Rbuildignore
.gitignore
ClimateObject.Rproj
Please move or remove them before you can merge.
Aborting
The text was updated successfully, but these errors were encountered: