Browse Source

more info to git

master
Marc 2 years ago
parent
commit
077b2e6c82
1 changed files with 2 additions and 5 deletions
  1. 7
      README.md

7
README.md

@ -44,6 +44,8 @@ dot add /path/to/file
dot commit -m "some message"
dot push
```
(on error about missing upstream branch: dot push -u origin master)
## add 3rd party repositories or update them
```sh
#move to where you want to place the module
@ -65,8 +67,3 @@ cd dotfiles
dot config --local status.showUntrackedFiles no
```
## pull repository
```sh
dot clone https://gitea.cloudsphere.duckdns.org/marc/dotfiles.git
dot pull origin master
```
Loading…
Cancel
Save