Category: git

Git is by far the most widely used version control system. In simple terms, it allows you to manage different versions of your source code, revert to older versions, and much more. If you want to work on a project with several people, git is almost inevitable.

You're interested in git?
Then subscribe our newsletter!

TOP 20 VSCode Extensions to increase your productivity!

VSCode (Visual Studio Code) is a very widely used and free code editor. With countless VSCode extensions you can program in any language and much […]
Read more

Git SSH Keys: Use private GitHub repository (clone, push, etc.)

To work with a private GitHub repository you need an SSH key to authenticate yourself to GitHub. You can learn how to set this up […]
Read more

Using Bitbucket Repository via SSH in Plesk

You want to use a (private) Bitbucket repository in your Plesk installation? No problem, let me show you how to do that.
Read more