I started using git and have been using it for couple of months now, and I am curious if my workflow is correct. I work from two different places on the project. here are the stages of my workflow:
is this correct way of working on the project?
As Amber said :
First, let's just make something clear: there is no single "correct" workflow for Git. There are merely workflows that work - and specifically, workflows that work for you.
There is a good post on a blog about a good git workflow :
A successful Git branching model
You should read this post, it's really cool and you can adapt the workflow to your needs. In a nutshell, the workflow proposed by the blog post schematized like this :
I have adopted this workflow for a while. I try to always respect the workflow, whether it's a teamwork or working alone.