Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin.stu.neva.ru!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'git': 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'windows': 0.15; 'ported': 0.16; 'substitute': 0.16; 'tabs': 0.16; 'appropriate': 0.16; 'wrote:': 0.18; '(not': 0.18; 'year,': 0.18; 'basically': 0.19; 'email addr:gmail.com>': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'convenient': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; '(which': 0.31; 'that.': 0.31; 'such.': 0.31; 'quite': 0.32; "i'd": 0.34; "can't": 0.35; 'done.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'possible': 0.36; 'two': 0.37; 'tools,': 0.38; 'sure': 0.39; 'most': 0.60; 'to:addr:gmail.com': 0.65; 'useful.': 0.68; 'commands.': 0.84; 'subject:Control': 0.84; 'graphical': 0.91; '2013': 0.98 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:to :cc:content-type; bh=vtrPKTLxeX6FW/Q34i/+SDq+rLwOnJ9qwXcETOlwdLE=; b=iA2CQvNls+pkV674mRqhln/QUXFIuZyqeZC4rPSKg57OQVWXvpKhwqbRihX7K2yHg9 AscCm3mrE9no2FI2er3bCcP4tmZK0925KCJmGMHAY++CXhYuNI7tSFTe0FK4USadlGEg Af92uqf6xGKCfZYDcS9MD/tSO5Nftfc0ou63ajatCqs+mmRqxShDwEOIHfkqT6yZDXxP j3ZZZ3g7lyAYnh/Vh0DWchK8GsYh6Y1fk7lRErf2pJ5kwm96hrG93zfRsvzbpfqd3f2d xOYAxcDVqKODB1zgIi6yg/1V5vdUi9K2ZhAj1h1hqVYqjfsVx+lrBACLEcu2Gs8fXSab iYTQ== MIME-Version: 1.0 X-Received: by 10.224.177.135 with SMTP id bi7mr5331926qab.56.1371161720081; Thu, 13 Jun 2013 15:15:20 -0700 (PDT) In-Reply-To: References: <98c13a55-dbf2-46a7-a2aa-8c5f052ff375@googlegroups.com> Date: Thu, 13 Jun 2013 23:15:19 +0100 Subject: Re: Version Control Software From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: Chris Angelico Content-Type: multipart/alternative; boundary=20cf302ef9804169f504df10778d Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 49 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371161722 news.xs4all.nl 15907 [2001:888:2000:d::a6]:45940 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48030 --20cf302ef9804169f504df10778d Content-Type: text/plain; charset=ISO-8859-1 On 13 Jun 2013 22:34, "Chris Angelico" wrote: > [...] > It's > possible to get git for Windows, including gitk and 'git gui' (not > sure about any other graphical tools, they're the only two I use), but > the most convenient way to use them is from a ported bash. I must disagree. I used git a lot on windows this past year, on a Console shell (which is basically a CMD.EXE shell with tabs and appropriate select/copy/paste) and it was quite useful. I must although say that I wasn't doing any merges and such. I was just committing, pushing and diffing to check what I'd done. I used gitk and the git commands. You can't "git diff" or "git show" or "git log" because paging will suck terribly. But gitk was a nice substitute for all that. YMMV --20cf302ef9804169f504df10778d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


On 13 Jun 2013 22:34, "Chris Angelico" <rosuav@gmail.com> wrote:
> [...]
> It's
> possible to get git for Windows, including gitk and 'git gui' = (not
> sure about any other graphical tools, they're the only two I use),= but
> the most convenient way to use them is from a ported bash.

I must disagree. I used git a lot on windows this past year,= on a Console shell (which is basically a CMD.EXE shell with tabs and appro= priate select/copy/paste) and it was quite useful.

I must although say that I wasn't doing any merges and s= uch. I was just committing, pushing and diffing to check what I'd done.=

I used gitk and the git commands. You can't "git di= ff" or "git show" or "git log" because paging will= suck terribly. But gitk was a nice substitute for all that.

YMMV=A0

--20cf302ef9804169f504df10778d--