Horje
git change author multiple commits Code Example
git change author multiple commits
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com

git rebase -i YOUR_SHA -x "git commit --amend --reset-author -CHEAD"




Shell

Related
create windows 10 bootable usb in ubuntu Code Example create windows 10 bootable usb in ubuntu Code Example
creating a gitignore for xcode project Code Example creating a gitignore for xcode project Code Example
delete all lines in vi Code Example delete all lines in vi Code Example
yum install package with version Code Example yum install package with version Code Example
neovim install wsl Code Example neovim install wsl Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8