mynote/docker/gitlite.md
2018-12-27 15:39:57 +08:00

9 lines
66 B
Markdown

# normal
## add git user
```bash
useradd -ms /bin/bash git
```