mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
autopushed
This commit is contained in:
@@ -23,8 +23,17 @@ git add .
|
||||
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 branch -M 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user