Skip to content

Instantly share code, notes, and snippets.

View SRombauts's full-sized avatar

Sébastien Rombauts SRombauts

View GitHub Profile
@SRombauts
SRombauts / git-optimize.sh
Last active February 22, 2019 10:52
git-optimize
#!/bin/sh
du -sh .git
git reflog expire --expire=now --all
git gc --prune=now
git gc --aggressive --prune=now
du -sh .git
@SRombauts
SRombauts / smartgit.desktop
Last active December 19, 2015 00:49 — forked from alefteris/smartgit.desktop
SmartGit/HG 4.6 launcher for Ubuntu 13.04 Unity desktop
#!/usr/bin/env xdg-open
#
# 2013-06-26 SRombauts
#
# SmartGit/HG 4.6 launcher for Ubuntu 13.04 Unity desktop
#
[Desktop Entry]
Version=4.6
Type=Application