My little sandbox containing only unfinished & dropped ideas
##Useful git hacks:
git gc
- cleanup unnecessary files and optimize the local repository - show some stats of repogit-count-objects -vH
- Count unpacked number of objects and their disk consumptiongit push origin :branch_name
- removes remote/origin/branch_name