We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The dev-desktop docs say you should check that your email has been setup before running init.sh
rust-forge/src/infra/docs/dev-desktop.md
Lines 54 to 81 in 7932498
However running init.sh is what sets up a users git to have their name and email (from rust-lang/team)
init.sh
https://github.com/rust-lang/simpleinfra/blob/f913b2b4d76b327031c3be225d54dc7e8a940241/ansible/roles/dev-desktop/files/scripts/init.sh#L8
We should change the docs to first have user's run init.sh, and then check that their gitconfig is correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The dev-desktop docs say you should check that your email has been setup before running init.sh
rust-forge/src/infra/docs/dev-desktop.md
Lines 54 to 81 in 7932498
However running
init.sh
is what sets up a users git to have their name and email (from rust-lang/team)https://github.com/rust-lang/simpleinfra/blob/f913b2b4d76b327031c3be225d54dc7e8a940241/ansible/roles/dev-desktop/files/scripts/init.sh#L8
We should change the docs to first have user's run
init.sh
, and then check that their gitconfig is correct.The text was updated successfully, but these errors were encountered: