프로젝트

일반

사용자정보

Wiki » 이력 » 버전 1

김 정식, 2025-07-07 05:31

1 1 김 정식
# Wiki
2
3
## github 저장소 추가
4
``` shell
5
cd ~/workspace/redmine_repositories
6
git clone --bare https://github.com/사용자명/저장소명.git 저장소명.git
7
```