성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] VT sequences to "CONOUT$" vs. STD_O...
[정성태] NetCoreDbg is a managed code debugg...
[정성태] Evaluating tail call elimination in...
[정성태] What’s new in System.Text.Json in ....
[정성태] What's new in .NET 9: Cryptography ...
[정성태] 아... 제시해 주신 "https://akrzemi1.wordp...
[정성태] 다시 질문을 정리할 필요가 있을 것 같습니다. 제가 본문에...
[이승준] 완전히 잘못 짚었습니다. 댓글 지우고 싶네요. 검색을 해보...
[정성태] 우선 답글 감사합니다. ^^ 그런데, 사실 저 예제는 (g...
[이승준] 수정이 안되어서... byteArray는 BYTE* 타입입니다...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
제니퍼 .NET
닷넷
COM 개체 관련
스크립트
VC++
VS.NET IDE
Windows
Team Foundation Server
디버깅 기술
오류 유형
개발 환경 구성
웹
기타
Linux
Java
DDK
Math
Phone
Graphics
사물인터넷
부모글 보이기/감추기
내용
<div style='display: inline'> <h1 style='font-family: Malgun Gothic, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>Team Explorer - 추가한 Git Remote 저장소가 Branch에 보이지 않는 경우</h1> <p> 아래의 글에 썼던 내용인데요.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Visual Studio에서 github 오픈 소스를 fork해서 테스트하는 방법 ; <a target='tab' href='http://www.sysnet.pe.kr/2/0/10810'>http://www.sysnet.pe.kr/2/0/10810</a> </pre> <br /> Team Explorer를 통해 원격 git 저장소를 다음과 같이 추가해 줄 수 있습니다.<br /> <br /> <img alt='github_clone_2.png' src='/SysWebRes/bbs/github_clone_2.png' /><br /> <img alt='git_remote_branch_in_vs_1.png' src='/SysWebRes/bbs/git_remote_branch_in_vs_1.png' /><br /> <br /> 그런데, Branches에 가보면 다음과 같이 방금 추가했던 "dotnet/coreclr" 항목이 보이지 않습니다. 이상하군요... ^^;<br /> <br /> <img alt='git_remote_branch_in_vs_2.png' src='/SysWebRes/bbs/git_remote_branch_in_vs_2.png' /><br /> <br /> 그렇긴 한데, 명령행을 통해 확인해 보면 분명히 remote 저장소가 등록된 것을 볼 수 있습니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > E:\coreclr><span style='color: blue; font-weight: bold'>git remote</span> dotnet/coreclr origin </pre> <br /> 이상하군요. 분명 저 글을 쓸 때만 해도 그냥 나왔었던 것 같은데. ^^ 어쩔 수 없습니다. 이럴 때는 최초 한 번은 명시적으로 fetch를 해줘야 합니다. Visual Studio를 이용하는 경우 다음과 같이 "Home" / "Sync" 메뉴로 들어가 Fetch하면 됩니다.<br /> <br /> <img alt='git_remote_branch_in_vs_3.png' src='/SysWebRes/bbs/git_remote_branch_in_vs_3.png' /><br /> <br /> 그럼, 다음과 같이 Branches에도 잘 나옵니다. ^^<br /> <br /> <img alt='git_remote_branch_in_vs_4.png' src='/SysWebRes/bbs/git_remote_branch_in_vs_4.png' /><br /> <br /> <hr style='width: 50%' /><br /> <br /> "<a target='tab' href='http://www.sysnet.pe.kr/2/0/10810'>Visual Studio에서 github 오픈 소스를 fork해서 테스트하는 방법</a>" 글에서도 소개한 다음의 링크를 보면,<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > Bitbucket: Update a fork to merge changes of master repo? ; <a target='tab' href='http://stackoverflow.com/questions/9944898/bitbucket-update-a-fork-to-merge-changes-of-master-repo'>http://stackoverflow.com/questions/9944898/bitbucket-update-a-fork-to-merge-changes-of-master-repo</a> </pre> <br /> 명령행으로 다음과 같이 간단하게 할 수 있습니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; background-color: #fbedbb; overflow: auto; font-family: Consolas, Verdana;' > git remote add dotnet/coreclr git://github.com/dotnet/coreclr.git git fetch dotnet/coreclr </pre> </p><br /> <br /><hr /><span style='color: Maroon'>[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
8071
(왼쪽의 숫자를 입력해야 합니다.)