Skip to content

Instantly share code, notes, and snippets.

@dialex
Last active December 25, 2021 14:12
Show Gist options
  • Save dialex/4d4d7c76a10707751de2b8bc8e650243 to your computer and use it in GitHub Desktop.
Save dialex/4d4d7c76a10707751de2b8bc8e650243 to your computer and use it in GitHub Desktop.
# list total size of directories, sorted on CLI
du -sh * | gsort -r -h
# GDrive find files that were deleted but are still using up space https://support.google.com/drive/thread/16475518?hl=en&msgid=16485580
owner:me is:unorganized
# upgrade yarn dependency and update package.json
yarn upgrade PackageNameHere@^
# when maven doesn't want to prepare release
export MAVEN_OPTS="-Xnoagent"
export GPG_TTY=$(tty)
mvn release:clean release:prepare
mvn release:perform
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment