public Git • 2 min read • Setup Username and Email in Git Git asking you "please tell me who you are"? You need to set up the git username and email. Here's how to do that.…
public Git • 2 min read • Create a New Branch in Git In the Git Beginner's tutorial, learn how to create a new branch.…
public Git • 2 min read • How to Delete Remote Git Branch In this article of Git beginner tutorial series, learn about deleting a remote Git branch.…
public Git • 3 min read • How to Delete Local Git Branch In this chapter of the Git beginners tutorial series, learn about deleting and force deleting a local git branch.…
public Git • 4 min read • How to Undo a Commit in Git Not feeling committed enough about your code change? Learn how to undo a commit in git.…
public Git • 2 min read • What's the Difference Between Git Switch and Checkout? You can use both git checkout and git switch for switching between branches. But why do we have two commands for the same thing?…