Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git setup/identity/config #4

Open
MichelleBlanchette opened this issue Aug 7, 2021 · 1 comment
Open

Git setup/identity/config #4

MichelleBlanchette opened this issue Aug 7, 2021 · 1 comment

Comments

@MichelleBlanchette
Copy link
Contributor

Notes about git config --global and git config --local for setting identity like user.name and user.email.

Also note about changing the author of a commit by performing an interactive rebase, git rebase -i HEAD~n with edit <commit>... and git rebase --amend --author="Michelle Blanchette <michelle@purpleturtlecreative.com>" --no-edit and then git rebase --continue.

@MichelleBlanchette
Copy link
Contributor Author

Would also be nice if you could document the config credential.helper=store for securely storing git credentials for like GitHub password/PAT so that I have the complete setup process documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant