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

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to