mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 15:36:19 +00:00
autopushed
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@ git add .
|
|||||||
git commit -m 'Initial commit from paramita."
|
git commit -m 'Initial commit from paramita."
|
||||||
```
|
```
|
||||||
|
|
||||||
After creating an empty repo in a host:
|
After creating an empty repo in any host (I used [[gitlab]]), you can upload the local repo as per usual [[git]] instructions:
|
||||||
|
|
||||||
```
|
```
|
||||||
git remote add origin git@gitlab.com:flancian/flancian.git
|
git remote add origin git@gitlab.com:flancian/flancian.git
|
||||||
@@ -31,7 +31,7 @@ git branch -M main
|
|||||||
git push -u origin main
|
git push -u origin main
|
||||||
```
|
```
|
||||||
|
|
||||||
For syncing into a new machine:
|
Then for syncing into a new machine, you just pass the repo as argument to `chezmoi init`:
|
||||||
|
|
||||||
```
|
```
|
||||||
sh -c "`curl -fsLS chezmoi.io/get`"
|
sh -c "`curl -fsLS chezmoi.io/get`"
|
||||||
|
|||||||
Reference in New Issue
Block a user