Git flow: Branch
A branch represents an independent line of development. Branches serve as an abstraction for the edit/stage/commit processes. You can think of them as a way to request a brand new working directory, staging area, and project history. New commits are ...
lutfunnahar.hashnode.dev2 min read