Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git change commit author

 git rebase -i HEAD~2
 git commit --amend --author="Cesar Bueno <cesar.bueno.tx@gmail.com>"
 git rebase --continue
Comment

change commit author

Reset your username to the config globally: git config --global user.name example.
Reset your email to the config globally: git config --global user.email example@email.com.
Now reset the author of your commit without edit required: git commit --amend --reset-author --no-edit.
Comment

PREVIOUS NEXT
Code Example
Shell :: uncommit last commit in local 
Shell :: node-pre-gyp install failed with error: error: command failed: node-pre-gyp install --fallback-to-build 
Shell :: nvm install ubuntu 
Shell :: git how to archive a branch 
Shell :: check git settings terminal 
Shell :: chmod +777 to all files in folder and subfolder 
Shell :: linux tar gz 
Shell :: find and delete files with extension linux 
Shell :: open chrome without web security mac 
Shell :: git clone and change the folder name 
Shell :: linux kill process by pid 
Shell :: remove space at end of line file 
Shell :: kubectl without sudo 
Shell :: ubuntu set current timezone asia/kolkata 
Shell :: realtek rtl8812au ubuntu 
Shell :: check user terminal 
Shell :: install php 8 debian 
Shell :: how to switch branch 
Shell :: install imagick 
Shell :: ubuntu server clean up disk space 
Shell :: ubuntu upgrade php to 7.3 
Shell :: flutter web setup 
Shell :: reinit git-submodules 
Shell :: bash check if python package is installed 
Shell :: How to create or add a user on linux 
Shell :: get color in bashrc 
Shell :: conda install jupyter notebook 
Shell :: linux tar command 
Shell :: rc.local not running 
Shell :: show branch detail branch info in git 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =