emacs-devel
[Top][All Lists]
Advanced

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

Re: Watchpoints for emacs lisp.


From: alin.s
Subject: Re: Watchpoints for emacs lisp.
Date: Wed, 26 May 2010 01:27:10 -0700 (PDT)



Ken Raeburn-2 wrote:
> 
>> Please tell me how can I revert the buffers after U modified them and I
>> want
>> to come back to trunk version.
> 
> "git reset --hard" may be what you want?  It'll reset the checked-out
> files to match the repository, discarding your edits.  Or did you just
> mean M-x revert-buffer to get rid of your unsaved changes?
> 
>> And how can I update to get the latest patch, that appeared from the last
>> check out.
> 
> "git pull", which does a "git fetch" (updates from the remote source) and
> "git merge" (pulls the changes into your working branch)
> 
> 


Thanks

-- 
View this message in context: 
http://old.nabble.com/Watchpoints-for-emacs-lisp.-tp28512483p28677826.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.




reply via email to

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