aboutsummaryrefslogtreecommitdiff
path: root/news/20200405.org
blob: 375a7ac93ab3b5c62a83f3695a9e8344606ed8e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#+TITLE: {{{date(%b %d\, %Y)}}}
#+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