blob: 716f669151e25043366bde057713a0bd7a80bce7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|