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 to quickly set up an out-of-the-box Gogs environment? This article introduces the use of docker-compose.yml to quickly establish a gogs environment.
The problem of garbled characters in different Chinese encodings, here is an example, for example, what will be displayed when there are three php files with different encodings at the same time. Let's look at the results directly through git log -p, and we will find that there are unintelligible garbled characters....
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