X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; q=dns; s=default; b=gWvUQMb/ldzL07zG 43R/+hBn2cwX2ZZ9PXrxxcVkNrJKUk/RI6nr6DQlQAkSGpx+MBozyHRTInEz10lM 4BbB9I2iwgF0n76jbFpQJ1d4S7gPNrGyCfVK2t3rX8+12mtTZIhnPv3eOWJrkoPx JkphHsQsUI5b60/gNHXYSUL2N8o= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; s=default; bh=jaFWSFY9k99oT8QtsaO5x5 M3uCI=; b=Tnot7qrKGt+bqWT9VF9HDCWVZwS5rtM1c2K08rjoFAKwOhrtD/NsdT iZPKLA/0gxb9CyWnFeYhPFsezfCEBB9Goev15RdXzNeCFVXrhOwSJ2tR4EVCsbeh 0q0BNyT7Gs5X0VaFyKoVFOIryACkLM81QiZFNY1tao3YrfugkYThk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f172.google.com MIME-Version: 1.0 X-Received: by 10.58.179.115 with SMTP id df19mr426315vec.41.1398458558942; Fri, 25 Apr 2014 13:42:38 -0700 (PDT) In-Reply-To: <20140425162224.GL5666@calimero.vinschen.de> References: <0C723FEB5B4E5642B25B451BA57E2730751B9B9A AT S1P5DAG3C DOT EXCHPROD DOT USA DOT NET> <20140425162224 DOT GL5666 AT calimero DOT vinschen DOT de> Date: Fri, 25 Apr 2014 15:42:38 -0500 Message-ID: Subject: Re: GIT (was: Coverity Scan) From: Reini Urban To: The Cygwin Mailing List Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s3PKgsgL027333 On Fri, Apr 25, 2014 at 11:22 AM, Corinna Vinschen wrote: > On Apr 25 15:24, Jim Garrison wrote: >> > Corinna Vinschen >> > > >Yeah, I'm n ot exactly looking forward to it since I'm very familiar >> > > >with CVS or SVN, but have nothing but trouble with git. But since >> > > >everybody else is so very happy with git, I guess I'll have to adapt. >> > > >Teeth-gnashingly. >> >> I recently went through the same reluctant switch to Git from SVN. >> >> I can tell you from personal experience that there's a period of disorientation when even the simplest tasks require a quick trip to Google. And Git requires a major shift in your mental model of how things work. Instead of 2 places where stuff is (local and remote) there are now 4 (workspace, stage, local repo, remote repo). ... > Yeah, I'm trying to get a grip via "the book" http://git-scm.com/book/ Only experience helps. I needed about a year to not loose too much changes after the switch from svn to git, but feeling very happy now. It helps having backups for the beginning if you try out rebase or reset --hard or git pull --force. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple