Doc file in .git / rebase-apply directory?

Is there any document that describes the meaning of each file in .git/rebase-applygenerated upon reboot?

+3
source share
1 answer

It is used during rebase and can be removed by git rebase --abort
Sourse: http://git-scm.com/docs/git-rebase

+1
source

All Articles