gh auth login
gh config set prompt private
to set the default visibility of future commits to private.git filter-branch --commit-filter 'if [ "$GIT_AUTHOR_EMAIL" = "[email protected]" ]; then git commit-tree "$@" -m "$GIT_COMMIT"; else git commit-tree "$@"; fi' HEAD
git push --force origin HEAD
pip install PyGithub
user
and user:email
scopes.