フィルターのクリア

How to change author for git commits?

16 ビュー (過去 30 日間)
V R
V R 2022 年 2 月 23 日
回答済み: Ronit 2024 年 6 月 21 日
Hi, is there a way to change the author which shows up when doing a commit in the Git integration in a MATLAB/Simulink Project?
To what kind of property of the host machine is it linked?
Thank you

回答 (1 件)

Ronit
Ronit 2024 年 6 月 21 日
Hi,
Yes, there is a way to change the author for commits in Git, including when working within a MATLAB/Simulink Project. The author information for a commit is determined by the ’user.name’ and ’user.email’ configuration settings in Git, not by any property of the host machine.
Here is how to change the author’s name and email address globally by using the following commands in your terminal or command prompt:
git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"
Regards,
Ronit

カテゴリ

Help Center および File ExchangeProject Management についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by