Skip to content

Instantly share code, notes, and snippets.

@audacioustux
Created February 17, 2024 13:58
Show Gist options
  • Save audacioustux/88df2abbcc9ec67069f18343beb35443 to your computer and use it in GitHub Desktop.
Save audacioustux/88df2abbcc9ec67069f18343beb35443 to your computer and use it in GitHub Desktop.
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