Skip to content

Commit

Permalink
Gitpod: Improve git performance
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed May 10, 2024
1 parent 835bd01 commit 03c7de8
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 03c7de8

Please sign in to comment.