+++ title = "No GitHub" categories = [ "Github", "Git" ] date = "2018-06-04T17:20:12+02:00" thumbnail = "/images/blog/no-github/NoGitHub.png" +++ So.. I removed my personal git repos from GitHub and I'm using now my local repository. The reasons should be obvious: {{< figure src="/images/blog/no-github/NoGitHub-2.png" alt="Github new in colors" >}} Find my software on http://git.andreasbaumann.cc/cgit/. If you want to collaborate or supply a patch, you can contact me via email. ### Update 22.2.2024 I started to make exceptions to the rule above: when forking and working on existing projects which happen to be on Github already. Or when I push a read-only copy to Github from personal repos, just to increase the visibility of the project. Or if I want my code to be used in Copilot as example how to do good (or maybe bad) coding. ;-)