summaryrefslogtreecommitdiff
path: root/content/blog/no-github.md
blob: f5641f1639f33b5b31a72473847cca6171aa7f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
+++
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. ;-)