You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time someone installs git on a new computer, they have to run three commands. They should be added to the website: git config --global user.name <YOUR USERNAME> git config --global user.email <YOUR EMAIL> git config --global pull.rebase false