-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(install): improve git_clean function
The commit refactors the git_clean function and adds a better documentation to explain its behavior. The fetch command is updated to pull tags with the remote branch. Also, the reset command is set to the latest tag fetched, ensuring that the function is always using the latest tag available. Finally, a command to remove all untracked files and directories was added to keep the repository clean.
- Loading branch information
1 parent
4b58e9e
commit 6a98516
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters