commit + git commit Git/GitHub Commit 수정하기 :: Author / Contributor 수정하기잘못된 commit 메시지나 다른 사람 이름으로 올라간 commit 수정하기 공용 컴퓨터에서 작업을 하면 다른 사람의 이름으로 commit 되는 경우가 자주 발생합니다. 그럴 때는 git commit --amend라는 명령어를 사용하시면 쉽게 되돌릴 수 있습니다. 위의 명령어를 어떻게 사용하는지 이번 포스트에서 설명하겠습니다. 방금 한 commit의 메시지를 수정하고 싶은 경우 git commit --amend 아래의 상황에서 commit a786dd의 메시지를 한번 수정해봅시다. 1. git commit --amend 명령어를 칩니다. 그러면 수정할 텍스트가 열립니다. (보통 vim으로 열립니다.) 2. 원했던 commit 메시지로 메시지를 수정합니다. 가장 최근의 commit 메시지를 "third c.. wono | comment (1) | tweet + golang git commit Embedding Git Commit Information in Go BinariesIt is always helpful to know which version you are running of some software, even more so when running development versions. So it's good if software is wono | discuss | tweet
+ git commit Git/GitHub Commit 수정하기 :: Author / Contributor 수정하기잘못된 commit 메시지나 다른 사람 이름으로 올라간 commit 수정하기 공용 컴퓨터에서 작업을 하면 다른 사람의 이름으로 commit 되는 경우가 자주 발생합니다. 그럴 때는 git commit --amend라는 명령어를 사용하시면 쉽게 되돌릴 수 있습니다. 위의 명령어를 어떻게 사용하는지 이번 포스트에서 설명하겠습니다. 방금 한 commit의 메시지를 수정하고 싶은 경우 git commit --amend 아래의 상황에서 commit a786dd의 메시지를 한번 수정해봅시다. 1. git commit --amend 명령어를 칩니다. 그러면 수정할 텍스트가 열립니다. (보통 vim으로 열립니다.) 2. 원했던 commit 메시지로 메시지를 수정합니다. 가장 최근의 commit 메시지를 "third c.. wono | comment (1) | tweet
+ golang git commit Embedding Git Commit Information in Go BinariesIt is always helpful to know which version you are running of some software, even more so when running development versions. So it's good if software is wono | discuss | tweet