How to Delete a Local and Remote Git Branch
Previously we wrote a quick guide on how you can easily rename a local and remote git branch. In this case we’ll be focusing on
Previously we wrote a quick guide on how you can easily rename a local and remote git branch. In this case we’ll be focusing on
Sometimes we have mistyped the name of a git branch or we just simply want to change the name of the branch itself. This guide
Nano is a really straight-forward and easy-to-use text editor. It’s quite commonly used as in the vast majority of distros nowadays it can be found
Nano is one of the most commonly used text editors for Unix and Unix-like devices. It was created to “replace” the pico text editor. The
Much of the content we find on the Internet is compressed and once downloaded you have to extract it. If you are going to send
In this guide we are going to see how we can install Git in Linux, the famous version control system that most developers use. Git
By default the most commonly used ssh port is the port 22. Due the fact that its the most common port it can become a
This guide will teach you some, but not all, of the different ways you can install and remove RPM packages from your system.
In our previous post, we showed you how to install deb packages. In this case, we’ll be teaching you different ways you can easily remove
Deb packages are used on debian-based distributions to install different software you might download from different sites such as Google Chrome, Keybase, Discord, etc. In