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
Learn the basics of Git, discover valuable tips, and uncover time-saving tricks to streamline your projects.
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
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
Let’s look at how to add Git Bash to Windows Terminal in just a few steps. Prerequisites Windows Terminal – download from the Microsoft Windows… Read More »Add Git Bash to Windows Terminal
Let’s quickly have a look at how to integrate Git Bash as the default integrated terminal in Visual Studio Code. By default, VS Code comes… Read More »VS Code Integrate Git Bash as Default Terminal
If you’ve been going through developer blogs reading technical articles, you’ve most probably seen little windows that look just like this one: This is a… Read More »GitHub Gist — Crash Course