:: Re: [DNG] Ho do I remove added file…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: aitor_czr
Date:  
À: dng
Sujet: Re: [DNG] Ho do I remove added files using git?
Hi Edward,

I don't undestand your question. There is no problem doing those changes.
Using 'quilt' there is a restriction: you can't add binaries to the
upstream branch...

Aitor.

On 20/09/15 20:25, aitor_czr wrote:
> Sorry, again a Digest in the Subject.
>
> On 20/09/15 20:21, aitor_czr wrote:
>> Commit your changes doing:
>>
>> $ git add .
>> $ git commit --all
>>
>> After that, push the branch. You can use tags as backups, but keep in
>> mind that when you extract a tag you will get a
>> disconnected HEAD. So, you will have to create a branch after that. Otherwise, you will lose all your changes.
>>
>> Aitor.
>>
>> On 20/09/15 00:09, Edward Bartolo <edbarx@???> wrote:
>>> Hi,
>>>
>>> I added two useless files to netman that I want to remove: these are
>>> netman.lpi and netman.lps.
>>>
>>> What should I do? git is rejecting my changes like this:
>>> $ git pull
>>> error: Your local changes to the following files would be overwritten by merge:
>>>     netman.lpi
>>>     netman.lps
>>> Please, commit your changes or stash them before you can merge.
>>> Aborting