diff options
Diffstat (limited to 'content/news/20200405.org')
-rw-r--r-- | content/news/20200405.org | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/news/20200405.org b/content/news/20200405.org new file mode 100644 index 0000000..716f669 --- /dev/null +++ b/content/news/20200405.org @@ -0,0 +1,14 @@ +#+TITLE: Apr 05, 2020 +#+DATE: <2020-04-05 Sun> + +Carbs Linux repositories will be hosted only on Github. Commits will be pushed +there, and not the repository. You have until May 4, 2020 Monday to switch your +remotes to [[https://github.com/CarbsLinux/repository]]. The git repository will +continue to be served until then (without additional commits). + +You can switch your remote by executing the following command on your repository +directory. + +#+BEGIN_SRC sh +git remote set-url origin https://github.com/CarbsLinux/repository +#+END_SRC |