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
The text was updated successfully, but these errors were encountered:
That's only if you're using the GitHub CLI (which atm I don't think we discuss). If you're just using git, you should be prompted to login as soon as you try to push.
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
The text was updated successfully, but these errors were encountered: