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.
We can use git config --global alias.[alias] to "reduce the long and long git subcommands that are often executed" into simplified aliases. So you can also add your frequently used git commands to the global git alias through the git alias setting. Let's take a look at my practical example of how to reduce long subcommands into easy-to-use aliases.
No Comment
Post your comment