Dyota's blog

Git commands

Make bundle

git bundle create backup.git --all

Change history for one file

git log -p -- [filename]