Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
8
stars
23
forks
source link
#585: fix if FETCH_HEAD does not exist, also fixed behavior on force mode #597
Closed
hohwille closed 2 months ago
fixes #585
GitOperation
that is now reused forfetchIfNeeded
andpullOrCloneIfNeeded
.pullOrCloneIfNeeded
had the same bug with force mode that is now also fixed.