Skip to content

Instantly share code, notes, and snippets.

@toshi0383
Created May 25, 2015 06:32
Show Gist options
  • Select an option

  • Save toshi0383/fdcd75238c93cb261826 to your computer and use it in GitHub Desktop.

Select an option

Save toshi0383/fdcd75238c93cb261826 to your computer and use it in GitHub Desktop.
filter-branchで指定した範囲のコミットログを修正する ref: http://qiita.com/toshi0383/items/f760f09ae4b921af0e9b
git filter-branch --msg-filter '
sed -e "s/^feature.*$/ref\ #146/"
' tmp2..tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment