Version control systems

Ian Lynagh igloo at earth.li
Mon Aug 18 05:31:41 EDT 2008


On Mon, Aug 18, 2008 at 12:28:03PM +1000, Manuel M T Chakravarty wrote:
> 
> does using merge mean that we need to use in-place branch switching

No; when you "git pull" (the equivalent of darcs pull -a) it will pull
and merge the changes (unless you ask it to rebase them instead of
merging them).


Thanks
Ian



More information about the Glasgow-haskell-users mailing list