Skip to content

Instantly share code, notes, and snippets.

View shrikantbmali's full-sized avatar
🏍️

Shrikant shrikantbmali

🏍️
View GitHub Profile
{
"workbench.iconTheme": "vscode-icons",
"editor.fontSize":14,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code Retina",
"vsicons.projectDetection.autoReload": true,
"window.zoomLevel": 0,
"workbench.startupEditor": "newUntitledFile",
"diffEditor.ignoreTrimWhitespace": true,
"workbench.editor.showTabs": false,
#!/bin/bash
#set -x
# Shows you the largest objects in your repo's pack file.
# Written for osx.
#
# @see http://stubbisms.wordpress.com/2009/07/10/git-script-to-show-largest-pack-objects-and-trim-your-waist-line/
# @author Antony Stubbs
# set the internal field spereator to line break, so that we can iterate easily over the verify-pack output