git tutorial

How to fix a merge conflict in 4 easy steps banner image
Uncategorized

How To Fix A Merge Conflict In 4 Steps

I know that you won’t read this, you just want the answer into how to fix a merge conflict, so here we go: Here are the steps Download Visual Studio Code Open the project in vscode Navigate to the source control option on the left side of the editor Click on the file that you […]

Read More
Tutorial

How to save Git changes using Git stash

Sometimes we have been coding for a while and made quite a few changes to your source code but for some reason you need to checkout a different branch and you don’t want to commit the code changes you made. That’s a great use case for the git stash command. Today I’ll list out some […]

Read More