Dang, everyone got here before I could.

Yes, use Git. Use it now.

On Dec 1, 3:19 am, AtsoK <[EMAIL PROTECTED]> wrote:
> Dustin: Thanks!
>
> Matt: Looking forward to that blog post.
>
> Karel: Thanks for that useful tip.
>
> I'm so glad git exists. It's helped me out so many times. Thanks for
> the help, everyone.
>
> On Nov 30, 2:36 am, Karel Minarik <[EMAIL PROTECTED]> wrote:
>
> > Yes, and don't forget you can also selectively "cherry pick" only one
> > change in one or more commits like:
>
> > $ git checkout -b experimental
> > ...change something
> > $ git commit -a -m "Something awesome"
> > Created commit 7aac22c: Something awesome
> > ...
> > $ git checkout master
> > $ git cherry-pick 7aac22c
>
> > Karel
>
> > On Nov 30, 9:02 am, Dustin <[EMAIL PROTECTED]> wrote:
>
> > > On Nov 29, 11:32 pm, AtsoK <[EMAIL PROTECTED]> wrote:
>
> > > > Thanks for the reply Dustin. I have a quick noob question though: if I
> > > > have multiple branches and I changed something in the master branch,
> > > > can I make that change apply to all the other branches?
>
> > >   For each branch where you want a change applied, you can check out
> > > that branch and "git merge master"
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to