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!

20 Best 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

How to generate Git SSH Keys (Windows, Mac & Linux)

In this tutorial, you will learn step-by-step how to generate, set up and store a Git SSH key for repository cloning.
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