Skip to content

Commit

Permalink
Add reminder for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
programming-wolf committed Mar 3, 2025
1 parent 11994d0 commit 28a2443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ git clone https://github.com/isaqb-org/curriculum-foundation.git --recursive
----
--
. Initialize and update submodules with `git submodule init` and `git submodule update --recursive --remote`. Do this also after you pulled changes that added a new submodule.
. Cleanup leftover files (make sure to commit your changes first!): `git clean -xdf`
. Cleanup leftover files (make sure to commit your changes first!): `git clean -xdf` -- *Attention:* This will also delete your local IDE settings (VScode, IntelliJ, etc.)
. Cleanup your local repository from time to time: `git gc --aggressive`

=== How to Create an Official Version (by tagging in Git)
Expand Down

0 comments on commit 28a2443

Please sign in to comment.