autopushed

This commit is contained in:
2022-05-26 19:07:19 +02:00
parent fc8de816f3
commit 7b838376e2
+10 -1
View File
@@ -17,5 +17,14 @@ Example for my initial upload:
> chezmoi add ~/.gnupg
```
```
> chezmoi cd
> git add .
> git commit -m 'Initial commit from paramita."
```
```
> git remote add origin git@gitlab.com:flancian/flancian.git
> git branch -M main
> git push -u origin main
```