[petsc-dev] Reminder planning release soon

Jed Brown jedbrown at mcs.anl.gov
Wed Mar 20 14:11:57 CDT 2013


On Wed, Mar 20, 2013 at 2:01 PM, Paul Mullowney <paulm at txcorp.com> wrote:

> Ok. Being a git novice, I don't know how to pull from my branch.  I tried:
>
> git clone https://bitbucket.org/petsc/petsc.git/
> cd petsc
> git checkout -b pm/aijcusparse-icc
>

This created a new branch, but you want to check out an existing branch.

To get yourself back in a "clean" state, use

$ git checkout master
$ git branch -d pm/aijcusparse-icc

Then checkout the existing branch using

$ git checkout pm/aijcusparse-icc


Or, if you want to be more explicit,

$ git checkout -b pm/aijcusparse-icc origin/pm/aijcusparse-icc


>
> However, I don't see the changes which include the ICC functionality. What
> am I doing wrong? I also tried the following which didn't work.
> git checkout -b remotes/origin/pm/aijcusparse-icc
>
> What am I doing wrong?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20130320/3effd6cf/attachment.html>


More information about the petsc-dev mailing list