summaryrefslogtreecommitdiff
path: root/content/blog/no-github.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/no-github.md')
-rw-r--r--content/blog/no-github.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/content/blog/no-github.md b/content/blog/no-github.md
new file mode 100644
index 0000000..f5641f1
--- /dev/null
+++ b/content/blog/no-github.md
@@ -0,0 +1,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. ;-)
+