Tag: Git

Other Tutorials

Git Merge vs Git Rebase

Introduction: Git Merging and Rebasing are two important concepts in understanding how Git works. In this tutorial, we’ll learn the difference between git merge and git rebase. We’ll also learn the cases when we must avoid rebasing. Setup: To follow up with this tutorial, we’ll assume: We have two branches – master and feature. Post […]

One comment Read More
Other Tutorials

Git – Adding changes to your last commit

Introduction: While using Git, we all have come across situations when we feel the need of modifying our last commit before we can finally push our code changes. In this quick tutorial, we’ll learn how can we amend our last commit which has not yet been pushed to the remote repository. Use Cases: Modifying Last […]

Be the First to comment. Read More