이콜레모 개발자 위키

Page history of Git



Title: Git | edited by Youngrok Pak at 10 years, 6 months ago.

<ul>
<li><a href="http://git-scm.com/book/ko/Git-%EB%8F%84%EA%B5%AC-%ED%9E%88%EC%8A%A4%ED%86%A0%EB%A6%AC-%EB%8B%A8%EC%9E%A5%ED%95%98%EA%B8%B0">Git-도구-히스토리-단장하기</a></li>
</ul>
<h3>Git Bash Completion</h3>
<p><a href="https://raw.github.com/git/git/master/contrib/completion/git-completion.bash">https://raw.github.com/git/git/master/contrib/completion/git-completion.bash</a></p>
<p>위의 파일을 다운 받아서 <code>.profile</code>이나 <code>.bash_profile</code>, <code>.bashrc</code> 등에 다음과 같이 추가한다.</p>
<pre>. ~/.git-completion.bash</pre>
Wiki at WikiNamu