Git init

Jmnote (토론 | 기여)님의 2016년 2월 10일 (수) 16:47 판 (새 문서: ==개요== ;git init * 빈 Git 저장소를 생성하거나 초기화하는 명령어 <source lang='cli'> testuser@zetawiki:~$ mkdir workspace testuser@zetawiki:~$ cd workspace test...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

git init
  • 빈 Git 저장소를 생성하거나 초기화하는 명령어
testuser@zetawiki:~$ mkdir workspace
testuser@zetawiki:~$ cd workspace
testuser@zetawiki:~/workspace$ mkdir hello
testuser@zetawiki:~/workspace$ cd hello
testuser@zetawiki:~/workspace/hello$ git init
Initialized empty Git repository in /home/testuser/workspace/hello/.git/

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}