Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: =?UTF-8?Q?Re=3A_GitHub=27s_=C2=B3pull_request=C2=B2_is_proprietary_lock=2Din?= Date: Sun, 3 Jan 2016 23:33:47 +1100 Lines: 11 Message-ID: References: <87si2hdoq3.fsf@jester.gateway.pace.com> <8560zcsbuu.fsf@benfinney.id.au> <56889608.50504@gmail.com> <85h9ivqcey.fsf@benfinney.id.au> <87d1tjc5al.fsf@jester.gateway.pace.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de o2CrkoEscIHjmH2214L2fQUBgMJqoRIQ4ywE08X+NOKw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; 'jan': 0.11; '2016': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'repo': 0.16; 'subject:lock': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In-Reply-To:1': 0.24; 'paul': 0.24; 'chris': 0.26; 'message-id:@mail.gmail.com': 0.27; 'host': 0.28; 'push': 0.30; 'point': 0.33; 'received:google.com': 0.35; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'doing': 0.38; 'received:209': 0.38; 'subject:-': 0.39; 'your': 0.60; 'subjectcharset:utf-8': 0.71; 'chrisa': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=FfKFmGuVw0M3lEmi4KADcvpUm2W+W8S/3iILwEyuiZw=; b=jc4GQ0aTZKRhMkU8I4HX1DELIaoHftYaztq4qeCMf5xNoj6pyZRBFYYxF4prCyDd+i j+7h3myCNLrkg5fB58FO4wa8GbnPm0hE7R6Q5DO0CJ5GIwz8xOsHR/bIrw13SLCTilVS EgVtfDATAhbyRXj46Ot6rzJrtLjwVa4ghMtd7p4sgoem/bcHcgc9nPkap07JCT7ruiBE 5SZMy18k6xa4X0JEAhNMK6uEXNYN1LUPfEjQCKVPBqoeCnJIE3kf1vCu1h20gkgcXbVF voG+A+TJuxq4ACvjcziassya8bp7Cf1MIeRlGYrZ1ydyDYiqRkzEyUr72afLJ8Qk15WW KldA== X-Received: by 10.107.14.73 with SMTP id 70mr45530262ioo.31.1451824427920; Sun, 03 Jan 2016 04:33:47 -0800 (PST) In-Reply-To: <87d1tjc5al.fsf@jester.gateway.pace.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101205 On Sun, Jan 3, 2016 at 9:42 PM, Paul Rubin wrote: > Chris Angelico writes: >> If you're not using a GitHub PR, then what you're doing is using GH to >> host your repository. So yes, you pull into your local repo and then >> push to GH. > > What's the point of GH in that situation? Mainly hosting, plus you can use gh-pages and other features. Plenty. ChrisA