logoBrett Rawlins

#git

2 Posts

Clean up local git branches

Branch cleanup is a constant housekeeping item. To make things easier I've been using this script: pruneLocalBranches.sh It checks to see…

Git branch workflow

I have three environments: local (development) test production Usually you want to try out a new feature and then test it out on the server…