简体   繁体   中英

git rebase with changed files per commit in todo

During an interactive rebase, it would be nice if there was an option to provide additional information per commit (preceded by #). Specifically, files modified for each commit would be helpful. I couldn't see any solution documented in the git rebase command line arguments, but perhaps there is scripted way to do this?

Just open another window, cd to the repository if needed, and git show <commit-id> to see the full commit with diff. Add --name-status to limit the diff to file-name-and-status, for instance.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM