From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87516 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Testers wanted: New gnus backend nnselect Date: Fri, 28 Apr 2017 08:23:27 -0700 Message-ID: <87lgqk5zf4.fsf@ericabrahamsen.net> References: <87pog233uy.fsf@hanan> <86shkt7s8e.fsf@local.lan> <87k265909f.fsf@ericabrahamsen.net> <86a8707fdm.fsf@local.lan> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1493393039 4382 195.159.176.226 (28 Apr 2017 15:23:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 28 Apr 2017 15:23:59 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35731@lists.math.uh.edu Fri Apr 28 17:23:54 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d47kN-0000yD-7o for ding-account@gmane.org; Fri, 28 Apr 2017 17:23:51 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id b0cf2a7d-2c26-11e7-b087-b499baabecb2; Fri, 28 Apr 2017 15:23:54 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1d47kB-0000Gb-Fr; Fri, 28 Apr 2017 10:23:39 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1d47k8-0000Fs-Sp for ding@lists.math.uh.edu; Fri, 28 Apr 2017 10:23:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1d47k7-0002Vk-L1 for ding@lists.math.uh.edu; Fri, 28 Apr 2017 10:23:36 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1d47k6-00011w-8W for ding@gnus.org; Fri, 28 Apr 2017 17:23:34 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d47jy-0000Ud-Nu for ding@gnus.org; Fri, 28 Apr 2017 17:23:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:ahnRsScYMV1Mv3xtGZhorrnuwh4= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87516 Archived-At: Harry Putnam writes: > Eric Abrahamsen writes: > > [...] > > Harry wrote: >>> What would I do differently to get to this work in progress the >>> discussion is about, feature/gnus-select? > > Eric replied: >> Basically, go into your emacs repo, run "git checkout >> feature/gnus-select", then run "make". > > Thanks... I did that and got this response: > > $ git checkout feature/gnus-select > > Branch feature/gnus-select set up to track remote branch > feature/gnus-select from origin. Switched to a new branch > 'feature/gnus-select' > > I didn't really understand what it meant but suspect it is just what I > wanted. It is! > And now I guess for future I would go back to `git pull' and any changes > in feature/gnus-select would be pulled too? > > Or do I need to do something different? Nope, that's correct. "git pull" to fetch new changes, followed by another "make". If you want to get back to master at any point, just "git checkout master", and "make" again. Thanks for testing!