— Programming — 1 min read
This post contains links I've found helpful when working with Git version control.
stable
and master
being the only two persistent branches. feature/
s and bug/
s branch from & get merged back to master
. hotfix/
s branch from stable
and get merged back into stable
and master
.npm view [package] [attribute]
does the trick.