help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Right way to clone sources


From: Alexey Zakhlestin
Subject: Re: [Help-smalltalk] Right way to clone sources
Date: Tue, 29 Jun 2010 00:40:05 +0400

On 28.06.2010, at 23:22, Giuseppe Luigi Punzi Ruiz wrote:

> Hi all,
> 
> I have cloned the source of GST in my disk. Every time I want to test the new 
> things, I did:
> 
> sudo make uninstall
> make clean
> git pull
> 
> but always end in something like:
> error: Entry 'configure.ac' not uptodate. Cannot merge.
> 
> If I delete this file, then, other file can't merge. At the end, I always 
> delete the sources folder, and did a "git clone" again.
> 
> What I'm doing wrong? How can I do a "clean" git pull?

git reset --hard
git clean -df
git pull

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]