]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Your_local_changes_to_the_following_files_would_be_overwritten_by_merge:.mdwn
Change Projects link to point to projects DB
[ikiwiki.git] / doc / forum / Your_local_changes_to_the_following_files_would_be_overwritten_by_merge:.mdwn
1 In my first attempt to edit in a text editor I chose sidebar.mdwn. I committed it  after the editing, and get this when I execute "git push:"
2
3 $ git push
4
5     Counting objects: 5, done.
6
7     Delta compression using up to 8 threads.
8
9     Compressing objects: 100% (3/3), done.
10
11     Writing objects: 100% (3/3), 289 bytes, done.
12
13     Total 3 (delta 2), reused 0 (delta 0)
14
15     Unpacking objects: 100% (3/3), done.
16
17     remote: From /home/zoidberg/Zoidwicky
18
19     remote:    e878e6a..0ac0c44  master     -> origin/master
20
21     remote: error: Your local changes to the following files would be overwritten by merge:
22
23     remote:     sidebar.mdwn
24
25     remote: Please, commit your changes or stash them before you can merge.
26
27     remote: Aborting
28
29     remote: 'git pull --prune origin' failed:  at /usr/share/perl5/IkiWiki/Plugin/git.pm line 218.
30
31     To /home/zoidberg/Zoidwicky.git
32
33        e878e6a..0ac0c44  master -> master
34
35 I have committed my changes to sidebar.mdwn and given my reason for doing so. Also, I get this complaint about sidebar.mdwn when I try 'git push' after editng other files. So I am stuck here. Pls. help.