使用不同的用户在git中提交

时间:2018-02-07 10:52:40

标签: git github git-commit

我在企业服务器中使用git,git在配置文件中配置了特定用户。我在git中的用户有权在git存储库中进行更改,但我希望能够与我的用户进行git commit,因为我不知道配置用户的密码。

我该怎么做?例如,我可以使用下一个命令进行拉动:

git pull https://myusername@github.com/projectfolder/projectname.git master

事先谢谢。 麦克

1 个答案:

答案 0 :(得分:0)

git commit --author =" author@mail.com" -m"评论"