Wiki » 이력 » 버전 2
김 정식, 2025-07-07 12:22
1 | 1 | 김 정식 | # Wiki |
---|---|---|---|
2 | |||
3 | ## github 저장소 추가 |
||
4 | ``` shell |
||
5 | cd ~/workspace/redmine_repositories |
||
6 | git clone --bare https://github.com/사용자명/저장소명.git 저장소명.git |
||
7 | 2 | 김 정식 | git config remote.origin.fetch '+refs/heads/*:refs/heads/*' |
8 | 1 | 김 정식 | ``` |