This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git pull | |
| remote: Counting objects: 3, done. | |
| remote: Compressing objects: 100% (2/2), done. | |
| remote: Total 2 (delta 1), reused 0 (delta 0) | |
| Unpacking objects: 100% (2/2), done. | |
| From /tmp/x/up | |
| 15c9e12..1213b44 master -> origin/master | |
| Updating 15c9e12..1213b44 | |
| error: The following untracked working tree files would be overwritten by merge: | |
| fluff | |
| Please move or remove them before you can merge. | |
| Aborting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment