Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Were is a great place to Share your finished projects? Date: Fri, 1 Jul 2016 09:13:33 +1000 Lines: 15 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Uo+ug4mBwtrnOOcHVOoFuQqJ7LoYUJVk+stydeOMDKnQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'friday,': 0.07; 'cc:addr :python-list': 0.09; '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; 'repo,': 0.16; 'subject:projects': 0.16; 'wrote:': 0.16; 'working.': 0.18; 'changes': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'lawrence': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'add': 0.34; 'received:google.com': 0.35; 'remote': 0.35; 'but': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'christian': 0.38; 'your': 0.60; 'jul': 0.72; 'subject:your': 0.75; 'chrisa': 0.84; 'gollwitzer': 0.84; 'ultimately,': 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:from:date:message-id:subject:cc :content-transfer-encoding; bh=xV+gY6EVQMtbwaw5NrJCECwGqzjxBHlO+FS4frwGB4M=; b=jHfyYVPmZ9RZSgOuBUge0fQRdRvV298/7tAm3to8V2u5C78PGemJMAC/OkUnUbx2P/ Dfj4IKSqxsQZzmMStiCKuKNVUUBgebFeYF2agOYjeiPmHUQYIcojAwpNkJmNlhg2p/p9 eH7ukjf6Ug9bY6m4zl3bl1ntnEvvLesXxkoABjgXgOpcpLuwaPRZLydT7/7ZhrBwgSqt 6Z9UwvJr5Z5oHTRzXB4uqfx56JA26ja4uWpi8T8Vl1bPk2PtOqiRJhNZVB+f+WMVFlCi ygOBbOQT0HMN1a43iDcWTXEie9UPMBJCi1Mbt1GwFIiL4GD6HJqA+1WYW3eYivhVecqV BiFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:cc:content-transfer-encoding; bh=xV+gY6EVQMtbwaw5NrJCECwGqzjxBHlO+FS4frwGB4M=; b=Rc6cE61Bv1NcZyGgFKs60kPhKGM85mN1jg3vrvxUKSHN3s/hD50Sh/x8klThd2c2b3 45CewfpsKK6LnSTrTGVKiHi1Wta7gjGYw2qK2C/DWJhmb2Wif1otaQNPQNUScYSr1A7L dkAqmZjiai1h9BpQae7YxcGJ5PEAwh6pGNpD4I+JL14RuzurX8/Vbf6qyF4AHj5ZrdmF x0OfRUumC+Ho9FXBqmHI0Yu664Dlc6cl1VHF+soQkjnkWkKjOa7Js3fI4I51AwPBIJhh 7GaYxXeXNdYDqBlhX/ccWqguUzBxOk8iPI+BH5PweMh7b/Xm5Nb0oojcDHVifnh1TCfY 27AA== X-Gm-Message-State: ALyK8tItsid2wgwQ/lphvlzHdKoaFbgJR7BvxCEKmJA/+LfkMKnT+FpAT/LvDMJA0yFEcna/q1/wO6yfjGINNg== X-Received: by 10.28.41.195 with SMTP id p186mr17259589wmp.41.1467328413860; Thu, 30 Jun 2016 16:13:33 -0700 (PDT) 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: X-Mailman-Original-References: Xref: csiph.com comp.lang.python:110865 On Fri, Jul 1, 2016 at 9:06 AM, 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, >> "git pull" and start working. Your incremental changes will be updated >> with each "git push". > > I start with =E2=80=9Cgit init=E2=80=9D and never pull, only push. Same here, and I recommend it to my students because GitHub, when looking at a completely empty repo (no commits at all) will give a handy set of copy/paste-ready commands to add a remote and push. But ultimately, it comes to the same thing. ChrisA