Advertisement
rodrigosantosbr

[GIT] push declined due to email privacy restrictions

Dec 30th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. git config --global user.email "526473+gb96@users.noreply.github.com"
  2. git rebase -i master
  3. git commit --amend --reset-author
  4. git rebase --continue
  5. git push origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement