Jan-Lukas Else

Thoughts of an IT expert

Tags: Git


Git is great

Published on in 💭 Thoughts

After Kev Quirk was initially skeptical about Git and was desperate about using it, he finally made it thanks to community help and realized that Git is better than he thought:

View

Published on in 💬 Micro

After reading this tutorial about how to mirror a Gitea repository to other Git hosting services like GitHub, I decided to follow a new strategy regarding my projects. I will use my main Gitea instance for all my public repositories and then mirror them on Codeberg and GitHub. I will also migrate projects from GitHub and Codeberg to my Gitea instance and replace the repos with mirrors. The first repo is this one with a mirror on Codeberg and a second mirror on GitHub.

This method gives me full control over my projects and I can create new mirrors or remove old mirrors at any time and I am not dependent on any service.

View

Git clients I use

Published on in 💭 Thoughts
Updated on

There might be some people who only use the Git command line interface. But I’m definitely not one of them. I’m way to lazy to always type all the commands.

🖼️ View

Jan-Lukas Else