Last Updated: April 12, 2018
·
258
· dimitrismistriotis

Git - Create a branch from today's date

#!/bin/sh

git checkout -b `date +"%a%d%b%Y"`

Nothing fancy but I use it a lot in cases where I want to track my daily progress (mostly while learning stuff - TIL, etc)

My dotfiles for more inspiration: http://www.github.com/dimitrismistriotis/dotfiles