How do I find my git commiter name
foo bar
This discussion was closed! See this FAQ for more information:
-
How do I find my git committer name?
See more..The committer name is determined by your SCM tool (assuming your script that posts to Lighthouse sets it properly). For git, you would
git log commita specific commit ID. The "author" of the commit is your git name.In the example below, the git committer name is "rick".
$ git log commit 3d1902ec686fef44e603bde8501b13c5feb4ec41 Author: rick technoweenie@gmail.com Date: Tue Sep 8 10:56:00 2009...
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac