Git Set Initial Branch Name
When you initiate a new repository, the name of the main branch is automatically set as master. Many people have become aware that the terminology… Read More »Git Set Initial Branch Name
When you initiate a new repository, the name of the main branch is automatically set as master. Many people have become aware that the terminology… Read More »Git Set Initial Branch Name
Let’s say you’re using the Editor and the Terminal at the same time. To switch between them, you need to click, which isn’t the quickest… Read More »VS Code Switch between Editor and Terminal
Usually, when you want to switch branches, you use git checkout branch-name. But let’s say you’re working with two branches and want a quick way… Read More »Switch Between Two Git Branches – Quickest Way!
If you accidentally type a command wrong, Git will try to figure out what you meant and list similar commands that you might have been… Read More »Autocorrect Git Commands