Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git change autor of all comits

//Changes all authors name and email il all comits of the repo 
git filter-branch -f --env-filter "GIT_AUTHOR_NAME='Newname'; GIT_AUTHOR_EMAIL='new@email'; GIT_COMMITTER_NAME='Newname'; GIT_COMMITTER_EMAIL='new@email';" HEAD
// the comand for push is 
git push --force --tags origin 'refs/heads/master'
// hope it helped you !

ref : https://stackoverflow.com/questions/750172/how-to-change-the-author-and-committer-name-and-e-mail-of-multiple-commits-in-gi
Comment

PREVIOUS NEXT
Code Example
Shell :: SystemError: GPU device not found site:stackoverflow.com 
Shell :: cat file content after pattern 
Shell :: github url not showing 
Shell :: flow for vim 
Shell :: bitbucket invalid slug 
Shell :: git tag finalize app 
Shell :: docker laravel configuration ubuntu 
Shell :: how to install wine in ubuntu 
Shell :: source vimrc from the web 
Shell :: centos who connected to server 
Shell :: netplan reload 
Shell :: gaussian corrdinates to pdb 
Shell :: ubuntu files are in read mode onlu 
Shell :: ubuntu dpkg path 
Shell :: ubuntu restart network manager when ping is low 
Shell :: bash tr squeeze space 
Shell :: internal error, please report: running "ngrok" failed: cannot find installed snap "ngrok" at revision 29: missing file /snap/ngrok/29/meta/snap.yaml 
Shell :: enter your internal repository url 
Shell :: ssh local 
Shell :: proxmox change lxc name 
Shell :: print every line that contains a pattern 
Shell :: Install Kite for Linux 
Shell :: CocoaPods could not find compatible versions for pod FlipperKit 
Shell :: switching branch in git 
Shell :: GUI for mac home dir 
Shell :: Command for turning on/off network in Centos 8 
Shell :: zip file in terminal 
Shell :: What does maven clean install -U do? 
Shell :: git remove before commit 
Shell :: installer robot 3T ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =