by Devin Yang
(This article was automatically translated.)

Published - 1 year ago ( Updated - 1 year ago )

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

Tags: git

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


git,Synology

Sharing about gitlab's docker settings

My friend wants to study the operation of gitlab. I said that it takes less than ten minutes to install it with docker image. There is also a gitlab package on my Synology Nas that can be installed directly. As a result, either the installation failed, or it was being repaired, or it was already started and could not be used. @@ Also choked by friends...

git

Yesterday's report of git alias

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.

git

Remove the git remote or local tag

How to delete the Tag on the remote or local end of git.