octomation / go-module

🧩 Template for a typical module written on Go.

Home Page:https://go-module.octolab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev: add git flow targets

kamilsk opened this issue · 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