If you want to update your local "master" branch you should do:

git checkout master    # switch to your local master branch
git pull --ff-only trac master

On Tuesday, August 12, 2014 1:26:30 PM UTC+1, Andrew wrote:
>
> git pull --ff-only 6.3
> not the recommended way to update the master branch to a given version? 
> Should I instead use "git pull" or "git fetch"? 
>

I'd always use "master" instead of the explicit version name, since it'll 
always point to the newest version. But this should work, too.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to