Skip to content

Git Github use resources

weirenlan

Git Github use resources

$ git config user.name
$ git config user.email
$ git config user.name "NEW_NAME"
$ git config user.email "NEW_EMAIL"
$ git filter-branch -f --env-filter "GIT_AUTHOR_NAME='MIBlue119'; GIT_AUTHOR_EMAIL='[email protected]'; GIT_COMMITTER_NAME='MIBlue119'; GIT_COMMITTER_EMAIL='[email protected]';" HEAD
$ git push https://user_name:[email protected]/repos.git
Edit this post
Previous
Ohmyzsh Command Line Highlight Tool
Next
Pytorch & Pytorch Lightning Resources