Skip to content

Instantly share code, notes, and snippets.

View samsonlarsson's full-sized avatar
⛷️
Do the work

Samson Larsson samsonlarsson

⛷️
Do the work
View GitHub Profile
@montogeek
montogeek / 📊 Weekly development breakdown
Last active May 26, 2020 15:08
📊 Weekly development breakdown
TypeScript 11 hrs 24 mins ████████████▉░░░░░░░░ 61.4%
JavaScript 3 hrs 35 mins ████░░░░░░░░░░░░░░░░░ 19.3%
JSON 2 hrs 45 mins ███░░░░░░░░░░░░░░░░░░ 14.9%
Docker 16 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.5%
Other 11 mins ▏░░░░░░░░░░░░░░░░░░░░ 1.1%
@bhrott
bhrott / osx-disabling-gpg-for-commits.sh
Created February 11, 2017 22:49
OSX: disabling gpg for commits
!#/bin/bash
git config --global commit.gpgsign false