RE: Git Question

2013-02-27 Thread Likitha Shetty
Try, git checkout -- >-Original Message- >From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] >Sent: Wednesday, February 27, 2013 10:43 PM >To: cloudstack-dev@incubator.apache.org >Subject: Git Question > >Hi, > >I'm somewhat new to Git (having been using SVN the past six years or

Re: Git Question

2013-02-27 Thread Mike Tutkowski
Awesome, thanks! That was easy enough. :) On Wed, Feb 27, 2013 at 10:14 AM, Sebastien Goasguen wrote: > git checkout > > > On Feb 27, 2013, at 12:12 PM, Mike Tutkowski > wrote: > > > Hi, > > > > I'm somewhat new to Git (having been using SVN the past six years or so). > > > > I'm looking throu

Re: Git Question

2013-02-27 Thread Sebastien Goasguen
git checkout On Feb 27, 2013, at 12:12 PM, Mike Tutkowski wrote: > Hi, > > I'm somewhat new to Git (having been using SVN the past six years or so). > > I'm looking through Git documentation, but don't see a command for what I > want to do here (although I'm guessing such a command exists).

Re: Git question

2013-02-05 Thread Joe Brockmeier
On Tue, Feb 5, 2013, at 05:54 PM, Jessica Tomechak wrote: > In the end, I didn't open separate bugs, just fixed the build. It's my > assumption, based on what I see others doing, that such a small fix > doesn't require opening a bug. +1 If it's a typo or a minor error like that introduced in an

RE: Git question

2013-02-05 Thread Jessica Tomechak
esday, February 05, 2013 3:52 AM To: cloudstack-dev@incubator.apache.org Cc: lo...@bacoosta.com Subject: RE: Git question Pranav, thanks for the heads-up. I can easily fix this issue. The error does not exist in master, so I will check in the fix only to 4.1. There are still some build errors on

RE: Git question

2013-02-05 Thread Jessica Tomechak
-Original Message- From: Pranav Saxena [mailto:pranav.sax...@citrix.com] Sent: Monday, February 04, 2013 9:16 PM To: cloudstack-dev@incubator.apache.org Cc: lo...@bacoosta.com Subject: RE: Git question So this is how it works - all the work Is done on the master branch . When a release it

RE: Git question

2013-02-04 Thread Pranav Saxena
So this is how it works - all the work Is done on the master branch . When a release it supposed to happen (4.1 in our case) , this branch has been forked out of master and this is will be the release branch while the ongoing developments for the later releases would still be happening in the m

Re: Git question

2013-02-04 Thread Mohammad Nour El-Din
Hi Logan... On Tue, Feb 5, 2013 at 1:38 AM, Logan McNaughton wrote: > Hi, I'm new to committing, I have a question about branches that may have > been answered before: > 1st of all welcome aboard > > What is the purpose of the "master" branch? For instance, I found a problem > in CLOUDSTACK-