Set Git Author

[Solved] Set Git Author | Typescript - Code Explorer | yomemimo.com
Question : set username git

Answered by : adrien-wehrl

git config --global user.name "My Name"

Source : | Last Update : Sat, 28 Mar 20

Question : set email git

Answered by : adrien-wehrl

git config --global user.email "[email protected]"

Source : | Last Update : Sat, 28 Mar 20

Question : How to change git author

Answered by : healthy-horse-712zz5lcyrg1

git commit --amend --author="Author Name <[email protected]>" --no-edit

Source : https://stackoverflow.com/questions/3042437/how-to-change-the-commit-author-for-one-specific-commit | Last Update : Thu, 18 Feb 21

Answers related to set git author

Code Explorer Popular Question For Typescript