[フレーム]
Last Updated: January 15, 2019
·
356
· phaus

Create the GIT history of one specific file

One-Line History

git --no-pager log --follow --pretty=oneline -p -- filename

Short History

git --no-pager log --follow --pretty=short -p -- filename

AltStyle によって変換されたページ (->オリジナル) /