Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Were is a great place to Share your finished projects? Date: Thu, 30 Jun 2016 19:16:29 -0400 Lines: 17 Message-ID: References: <1467328589.3641801.653665465.08E70649@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de bB61osDfl4/gHnjYdAASKg6EBaHi9sGu/385/u1OIbqw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'friday,': 0.07; 'fetch': 0.09; 'git': 0.09; 'received:internal': 0.09; 'yeah,': 0.09; 'assume': 0.11; 'thu,': 0.15; '2016': 0.16; 'hierarchy.': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'mine.': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:66.111.4.27': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'received:psf.io': 0.16; 'repo,': 0.16; 'subject:projects': 0.16; 'wrote:': 0.16; 'working.': 0.18; 'changes': 0.20; 'meant': 0.22; 'environments': 0.22; 'lawrence': 0.22; 'header:In-Reply-To:1': 0.24; 'mostly': 0.27; 'context,': 0.29; 'clear': 0.35; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'christian': 0.38; 'to:addr:python.org': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; '30,': 0.63; 'subject:your': 0.75; 'attractive': 0.79; 'gollwitzer': 0.84; 'upstream': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=azIikFxRaWNf2A98QyS/pqEzexw=; b=IZWMQY uCKIuiS7NPFldfz9pfQJ0Pfxcr87lqTaMV3XIrdbk6/dMrRStdf+sw9LaKCkoYHV Gj/mhCWcpB4Hw2A/6Gnf1mhd6e9+FHGn3lPO7KGy9EnM5XahTerUWHapvr0Vutjp 0elvmQ+g1VKYfB9lJcZcQXiF+F774eOed3zwU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=azIikFxRaWNf2A9 8QyS/pqEzexw=; b=mGR6cGTNOUErCYvtLsbWr42jbV23eozKwNv1+znywJisnml s2Nf+Ci8bhYJWqPQdJ8ZZCfukhZN30JDZ27AVb09q9YBiCCepgF9eRVpmuztIGg5 00X2YpdjFxfZfoDFXDgmq/KIPOeN9pzBieB2Grk9UpAgYBpfO6ZxTbEWdJ/E= X-Sasl-Enc: OsqivOEnLDRmwxTUlLt9ppo3xf4e3iadw7OlALfpf5Ko 1467328589 X-Mailer: MessagingEngine.com Webmail Interface - ajax-03c7c087 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1467328589.3641801.653665465.08E70649@webmail.messagingengine.com> X-Mailman-Original-References: Xref: csiph.com comp.lang.python:110866 On Thu, Jun 30, 2016, at 19:06, Lawrence D=E2=80=99Oliveiro wrote: > On Friday, July 1, 2016 at 1:09:31 AM UTC+12, Christian Gollwitzer wrote: > > Github makes that extremely easy, just create an account, create a repo= ,=20 > > "git pull" and start working. Your incremental changes will be updated= =20 > > with each "git push". >=20 > I start with =E2=80=9Cgit init=E2=80=9D and never pull, only push. >=20 > I do use =E2=80=9Cgit fetch && git rebase origin/master master=E2=80=9D t= o copy from > upstream repos to mine. In context, I assume that by "pull" he actually meant "clone". But, yeah, git pull is mostly an attractive nuisance for environments that have a clear hierarchy.