Skip to content

Commit

Permalink
Merge pull request #292 from sarjona/gitpodperf
Browse files Browse the repository at this point in the history
Gitpod: Improve git performance
  • Loading branch information
stronk7 authored May 10, 2024
2 parents 835bd01 + 03c7de8 commit ffb971f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tasks:
command: |
# Update the patch to the latest version.
cd moodle
git fetch
git fetch $(git rev-parse --symbolic-full-name --abbrev-ref @{upstream} | sed 's!/! !')
git reset --hard
cd ..
Expand Down

0 comments on commit ffb971f

Please sign in to comment.