Working with Git branches: best practices
This is a walk-though article. Covered in this article: Git merging Git rebasing Git merging with squashing commits into one Git merging with fast forwarding commits Deleting old commits Visualizing commits When working with Git branches you need to check if your current feature branch deviated from the main branch (e.g. master) and bring those …