Git workflow for a single developer on a local repository
问题 I'm trying to refine a personal git workflow to something a little easier to deal with. Here's some background of how I'm using git for purposes of this post: A single developer who is the only one working on the repository. A single copy of the repository that is stored on the local machine. Only two branches "dev" and "master". All work done on "dev". What I'm trying to accomplish is to get to the point where the only commits made to the "master" branch are working production versions based