There are two commands here, which can quickly list all commits of yourself or others
single line
git log --author devin --oneline
File name containing commit
git log --author devin --name-only
There are two commands here, which can quickly list all commits of yourself or others
single line
git log --author devin --oneline
File name containing commit
git log --author devin --name-only
How do I delete my remote branch on GitHub. First of all, you can use the command to view the origin git remote -v At this time, it may display as follows: origin https://github.com/DevinY/dlaravel.git (fetch) origin https://github.com/DevinY/dlaravel.git (push)
How to display your own version control through git commands? These commands are for reference only, at least the author name should be changed. --author parameter, can also be mailbox
No Comment
Post your comment