First and foremost we need to know what “git” is. Git is a version control system that allows developers to track changes to their codebase and collaborate with others. It is an essential tool for any developer, and it is worth taking the time to learn how to use it effectively. Being able to use […]
Read MoreI 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 MoreSometimes 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 MoreWe have all been there, working on a project probably for school or early on at work when suddenly whoever is in charge says that we have to use this Git thing to share our code with the rest of the team and at first it all seems like complicated command line based Dropbox for […]
Read More