* Add missing redirects
The `setting-up-and-managing-your-enterprise-account` directory was renamed to `setting-up-and-managing-your-enterprise` but most of the redirects to reflect this change were not put in place.
* Remove trailing spaces
* 💅 order
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Added bullet point under "when you block a user" to state that when a user is blocked they are not able to join any organizations you are an owner of. Issue #1035
* Fix the broken Android mirror link
The AOSP mirror was moved some years ago, and was no longer github.com/android but rather github.com/aosp-mirror. The github.com/android organization nowadays is not a mirror.
* Change names of repo links to match actual names
I've updated the linked names of the repos to match the names of the repos that are displayed when you click through to them.
Co-authored-by: hubwriter <hubwriter@github.com>
* doc: update phrasing to use `default branch` rather than `main`
* doc: use active voice
* Modify step 3 and fix typo
The point being made in step 3 is a general one that applies to all branches, so I've modified a sentence slightly.
Corrected a typo in step 5.
Co-authored-by: hubwriter <hubwriter@github.com>
In the 2nd edition of the Pro Git book, the Subtree Merging chapter has
been subsumed by an Advanced Merging chapter, which contains a
subsection on subtree merging.
Co-authored-by: hubwriter <hubwriter@github.com>
Lately i'm working on an unofficial Chinese translation of GitHub Pages docs due to the incompletion of the original and currently there is no way to contribute translations to the docs. So, I hope that's ok to you guys.
The thing is, I'm seeing that this document is using both `<user>` and `<username>` as subdomain pronouns among the context. It's not a big problem, but in my opnion, this might cause some unnecessary confusion to some users.
If it was intended to be so, I'd like to know why?
Thank you!
Co-authored-by: hubwriter <hubwriter@github.com>
* use ed25519 keys instead of rsa keys
RSA keys are outdated. Even by using larger 4096 keys maybe it's best to move away from rsa keys altogether.
This PR updates the document to suggest using ed25519 keys which, at this time, defaults to a 16 round key deviation function. It may be useful to suggest more rounds for the KDF but that's for a different PR.
--timball
* Add RSA fallback and change id_rsa to id_ed25519
Co-authored-by: hubwriter <54933897+hubwriter@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
* Changed 'people' to 'accounts'
Adding some precision: Changed 'People with write permission to a repository can manage' to 'Accounts with write permission to a repository can manage"
People don't have permission; accounts have permission.
* edits for clarity
* clarity
* Update content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
Co-authored-by: hubwriter <54933897+hubwriter@users.noreply.github.com>
Co-authored-by: hubwriter <54933897+hubwriter@users.noreply.github.com>