Eric, On Tue, Jul 19, 2011 at 11:28 AM, Eric Berry <[email protected]> wrote: > I'm not very familiar with Git, and I'm having troubles with pulling down > the changes listed in your commit. When I clone the branch you provided, I > don't see them.
This should do the trick: $ git clone [email protected]:curious-attempt-bunny/gradle.git $ cd gradle $ git branch -t plugin-isolated remotes/origin/plugin-isolated $ git checkout -b plugin-isolated You might want to start with a GitHub fork first though. Depends on if you plan on sharing changes. Cheers, Merlyn --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
