“Bagaimana mengubah penulis git” Kode Jawaban

Bagaimana mengubah penulis git

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

git perubahan komit penulis untuk semua komit

# Changes the username and email of all commits from the start.
git rebase -i --root -x "git commit --amend --author='YOUR_USERNAME <[email protected]> --no-edit'"
eiymba

Git Change Commit Author

 git rebase -i HEAD~2
 git commit --amend --author="Cesar Bueno <[email protected]>"
 git rebase --continue
Concerned Caiman

Git Last Commit Change Author

git commit --amend --author="John Doe <[email protected]>"
Lucky Lark

Perintah git untuk mengubah informasi penulis hanya untuk komit berikutnya

git commit --author="soft hunt <[email protected]>"
Outrageous Ostrich

Jawaban yang mirip dengan “Bagaimana mengubah penulis git”

Pertanyaan yang mirip dengan “Bagaimana mengubah penulis git”

Lebih banyak jawaban terkait untuk “Bagaimana mengubah penulis git” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya