タグ

ブックマーク / motemen.hatenablog.com (1)

  • git commit --fixup とは何か - 詩と創作・思索のひろば

    git commit --fixup というオプションの存在を最近知って調べた。 ヘルプとリリースノートより "git commit" learned the --fixup and --squash options to help later invocation of interactive rebase. Git v1.7.4 Release Notes --fixup=<commit> Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase(1) for details. 1.7.4 から入って

    git commit --fixup とは何か - 詩と創作・思索のひろば
    love0hate
    love0hate 2015/10/19
    fixupしばらく習慣づけようとしたんだけど、今のclosedな開発現場だとコミットの精度に特別こだわる必要がなく身につかなかった。cherry-pickしやすいように整理することはあるけどそれ以上は過度かなという現状
  • 1