autopushed

This commit is contained in:
2022-06-05 17:59:59 +02:00
parent 3f450fd5cb
commit cfd336e8f0
+9
View File
@@ -23,8 +23,17 @@ git add .
git commit -m 'Initial commit from paramita." git commit -m 'Initial commit from paramita."
``` ```
After creating an empty repo in a host:
``` ```
git remote add origin git@gitlab.com:flancian/flancian.git git remote add origin git@gitlab.com:flancian/flancian.git
git branch -M main git branch -M main
git push -u origin main git push -u origin main
``` ```
For syncing into a new machine, first install chezmoi as per the above, and then:
```
chezmoi init https://gitlab.com/flancian/flancian
chezmoi apply -v
```