octomation/go-module

dev: add git flow targets

kamilsk opened this issue · 1 comments

Motivation: port best practices from my dotfiles.

Interface

$ run git pull
# git stash
# git fetch
# git pull --rebase
# run something to update env, e.g. make tools if checksum has changed

blocked by #125