|
@ -8,8 +8,16 @@ git remote -v |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
# Usage |
|
|
# Usage |
|
|
|
|
|
## Add or edit files in repository |
|
|
```sh |
|
|
```sh |
|
|
dot add /path/to/file |
|
|
dot add /path/to/file |
|
|
dot commit -m "some message" |
|
|
dot commit -m "some message" |
|
|
dot push |
|
|
dot push |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## pull repository |
|
|
|
|
|
```sh |
|
|
|
|
|
dot clone https://gitea.cloudsphere.duckdns.org/marc/dotfiles.git |
|
|
|
|
|
|
|
|
|
|
|
dot pull origin master |
|
|
|
|
|
`` |