Git problem

Viktor Dukhovni ietf-dane at dukhovni.org
Thu Apr 7 00:34:46 UTC 2022


On Wed, Apr 06, 2022 at 10:55:09PM +0100, Simon Peyton Jones wrote:

> I see this
> bash$ git status
> On branch wip/romes/ttg-splices-improvements
> Your branch is up to date with 'origin/wip/romes/ttg-splices-improvements'.
> 
> modified   libraries/Cabal
> +Subproject commit d638e33dbc056048b393964286c7fe394b2730d7-dirty
> modified   libraries/unix
> +Subproject commit 1f72ccec55c1b61299310b994754782103a617f5-dirty
> 
> How can I get my submodules in sync with this branch?

( cd libraries/Cabal && { git clean -xdf .; git checkout .; } )
( cd libraries/unix && { git clean -xdf .; git checkout .; } )

-- 
    Viktor.


More information about the ghc-devs mailing list