File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed
Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 33< head >
44
55 < meta charset ="utf-8 " />
6- < title > 자주사용하는 git 명령</ title >
6+ < title > git 명령</ title >
77 < link rel ="stylesheet " type ="text/css " href ="../core.css " />
88 < link rel ="stylesheet " type ="text/css " href ="../menu.css " />
99 < link rel ="stylesheet " type ="text/css " href ="./page.css " />
1818
1919
2020 <!-- ******************************************************************** -->
21- < h1 > 자주사용하는 git 명령</ h1 >
21+ < h1 > git 명령</ h1 >
2222
23- < p >
23+ < h2 >
2424 덮어쓰기
25- </ p >
25+ </ h2 >
2626 < ul >
2727 < li >
2828 git reset --hard origin
@@ -39,42 +39,40 @@ <h1>자주사용하는 git 명령</h1>
3939 </ ul >
4040
4141
42- < p >
42+ < h2 >
4343 커밋합치기
44- </ p >
44+ </ h2 >
4545 < ul >
4646 < li >
4747 git rebase -i HEAD~{커밋수}
4848 </ li >
49- </ ul >
50- < p >
5149 < i > 브렌치에서 머지한경우 rebase 사용금지</ i >
52- </ p >
50+ </ ul >
5351
5452
55- < p >
53+ < h2 >
5654 로컬에서 브렌치전환
57- </ p >
55+ </ h2 >
5856 < ul >
5957 < li >
6058 git checkout {브렌치-이름}
6159 </ li >
6260 </ ul >
6361
6462
65- < p >
63+ < h2 >
6664 새 저장소의 초기 커밋을 기존 저장소와 병합
67- </ p >
65+ </ h2 >
6866 < ul >
6967 < li >
7068 git pull origin {브렌치-이름} --allow-unrelated-histories
7169 </ li >
7270 </ ul >
7371
7472
75- < p >
73+ < h2 >
7674 저장소의 초기화
77- </ p >
75+ </ h2 >
7876 < ul >
7977 < li >
8078 .git 폴더 삭제
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class MainMenu {
2929 this . _Menu . addDataItem ( "/윈도우개발/Visual Studio Plugin" , "../Visual Studio Plugin/page.html" ) ;
3030 this . _Menu . addDataItem ( "/윈도우개발/Visual Studio C++ 빌드설정" , "../Visual Studio C++ 빌드설정/page.html" ) ;
3131 this . _Menu . addDataItem ( "/윈도우개발/Visual Studio 기본설정" , "../Visual Studio 기본설정/page.html" ) ;
32- this . _Menu . addDataItem ( "/개발/자주사용하는 git 명령 " , "../git/page.html" ) ;
32+ this . _Menu . addDataItem ( "/개발/git" , "../git/page.html" ) ;
3333 }
3434
3535 initializeMenu ( ) {
You can’t perform that action at this time.
0 commit comments