Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GitForTheRealWorld: Difference between revisions

From ZeroWiki
imported>joojis
No edit summary
 
imported>joojis
No edit summary
Line 3: Line 3:
* 해당 페이지의 이름은 아래 블로그 포스트에서 따왔다.
* 해당 페이지의 이름은 아래 블로그 포스트에서 따왔다.
** http://robey.lag.net/2008/07/13/git-for-the-real-world.html
** http://robey.lag.net/2008/07/13/git-for-the-real-world.html
= rebase VS merge =
= rebase vs merge =
= commit log =
= commit log =


----
----



Revision as of 02:11, 19 February 2014

Introduction

  • Git의 명령어를 아는 것보다 중요한 것은, 실제 상황에서 언제 어떤 상황에서 Git의 어떤 기능을 써야하는지 아는 것이다. 실제 활용 사례 및 방법을 연구할 필요가 있다.
  • 해당 페이지의 이름은 아래 블로그 포스트에서 따왔다.

rebase vs merge

commit log