Created
February 17, 2024 13:58
-
-
Save audacioustux/88df2abbcc9ec67069f18343beb35443 to your computer and use it in GitHub Desktop.
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
git diff --word-diff | |
git config --global rerere.enabled true | |
git config --global rerere.autoUpdate true | |
git config --global branch.sort -committerdate | |
git config --global column.ui auto | |
git push --force-with-lease | |
git config --global alias.fpush push --force-with-lease | |
git maintenance start | |
git config core.fsmonitor true | |
git clone --filter=blob:none https://github.com/audacioustux/audacioustux | |
# https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/ | |
git clone --no-checkout https://github.com/audacioustux/audacioustux | |
git sparse-checkout set src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment