Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found.
Fetching changes from the remote Git repository
Checking out Revision c65211f7f9451018a1a1f17e49e42671d6e38f55 (refs/remotes/origin/main)
Commit message: "Merge pull request #16 from UDFJDC-ModelosProgramacion/refactor/fixing-integration-problems"
> git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202610_G81_E4_Back/.git # timeout=10
> git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_Back
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E4_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f c65211f7f9451018a1a1f17e49e42671d6e38f55 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main c65211f7f9451018a1a1f17e49e42671d6e38f55 # timeout=10