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

Add required git commands to version-control #56

Open
CoolSpy3 opened this issue Aug 12, 2023 · 2 comments
Open

Add required git commands to version-control #56

CoolSpy3 opened this issue Aug 12, 2023 · 2 comments
Assignees

Comments

@CoolSpy3
Copy link
Member

CoolSpy3 commented Aug 12, 2023

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

@FriedLongJohns
Copy link
Contributor

Outdated but i guess u still have to do this:
https://cli.github.com/manual/gh_auth_login

@CoolSpy3
Copy link
Member Author

CoolSpy3 commented Feb 1, 2024

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.

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

2 participants