* Improve documentation issue no #1034
Done with the minor fixes for open issue number #1034 .
* Increasing the importance
I wanted to delete a branch, but I couldn't in spite of reading this document. The problem was, the branch I wanted to delete was the default branch.
Even though it is stated in this document, it was not given enough importance that everyone would see it.
* typo
A small type in the comments
* Update setting-up-your-development-environment-to-create-a-github-app.md
Fix two small typos.
* properly capitalize "macOS"
* Clarify GH password requirements
* Change " to `
As done in the description of `master`
* " to ` in DE
* " to ` in PT
* " to ` in RU
* Fix typo metadata-syntax-for-github-actions.md
Fix typo for metadata-syntax-for-github-actions#outputs-for-composite-run-steps-actions
* chore: Remove bolding from headings
* Removed deprecated echo set-env instruction
* fix typo (#1516)
Co-authored-by: hubwriter <hubwriter@github.com>
* Remove extraneous grammar period which breaks the compare URL (#1252)
* Remove extraneous grammar period which breaks the compare URL
* Update data/reusables/repositories/two-dot-diff-comparison-example-urls.md
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: hubwriter <hubwriter@github.com>
* Revert "" to ` in RU"
This reverts commit d484fd6ef5.
* Revert "" to ` in PT"
This reverts commit fab62f05be.
* Revert "" to ` in DE"
This reverts commit 78abcd6f7a.
* Change md
This squashes all the translation commits and their deletion.
* Update content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Atharva Shirdhankar <72031540+StarTrooper08@users.noreply.github.com>
Co-authored-by: Aakarsh B <aakarshbiju@gmail.com>
Co-authored-by: Aritra Roy Gosthipaty <aritra.born2fly@gmail.com>
Co-authored-by: Guilherme Macedo <guilherme@gmacedo.com>
Co-authored-by: Stephen Wade <stephen@stephenwade.me>
Co-authored-by: Shao Yang Hong <hongsy2006@gmail.com>
Co-authored-by: a2br <62328077+a2br@users.noreply.github.com>
Co-authored-by: Cas van Dinter <casvd@hotmail.com>
Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Antoine Rondelet <rondelet.antoine@gmail.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: ねず <39144575+wonda-tea-coffee@users.noreply.github.com>
Co-authored-by: hubwriter <hubwriter@github.com>
Co-authored-by: Ilia <ilia@wearebond.com>
Co-authored-by: a2br <a2br@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
* Update generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
I ran the steps today on mac OS Catalina and it did not work for me. I had to make two changes that I updated in the doc.
* Update content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
Co-authored-by: hubwriter <hubwriter@github.com>
* Update content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
Add space between sentences, plus slight rewording.
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>
* Run script/new-versioning/update-not-fpt-conditionals.js
* Fix a few things
* Remove outdated versioning
* Fix broken link
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
* ran script/remove-unused-assets.js (manually removed unused variables printed by the script)
* package-lock
* turn elsif into two ifs to prepare for running Liquid deprecation script
* ran script/remove-deprecated-enterprise-version-markup.js --release 2.14 (ONLY UPDATES LINE BREAKS ETC.)
* ran script/remove-deprecated-enterprise-version-markup.js --release 2.15
* ran script/remove-deprecated-enterprise-version-markup.js --release 2.17
* ran script/remove-deprecated-enterprise-version-markup.js --release 2.18
* update hardcoded test
* Update content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
* add currentVersion is NOT free-pro-team to conditional, to make sure the deprecation script does the right thing when it is time to deprecate 2.21
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
* Add back changes from prior to purge
* Fix tip syntax
* Revise conceptual introduction
* Use variable
* Revise "Further reading"
* Link out
* Add quotes
* Add prerequisites
* Move information out of note
* Simplify language
* Simplify further
* Evergreenify
* Tentatively remove section on overallocation
* Relocate more information; clean up
* Add permissions statement
* Use 'enterprise account'
* Cross-link
* Update linked content
* Mention pending invitations
* Move section
* Add introduction
* Flesh out conceptual introduction
* Remove "Further reading"; article in map topic
* Version link out for GitHub.com only
* Revert "Remove "Further reading"; article in map topic"
This reverts commit 6cfa72825878b3ee0662baaf1a215c4974563232.
* Remove correct section
* Run the site data tag script
* Fix typo
* Remove quotes
* Add missing word
* Break optional steps into ordered list items
* Add product; reorganize groupings
* Rename article; use Microsoft terminology
* Incorporate Winnie's feedback
* Deduplicate the spaces
* Simplify
* Use consistent terminology
* Revise introduction
* Revise further
* 🌲
* Incorporate more feedback from Winnie
* Add permissions statement
* Be explicit after all
* Actually, no, no permissions statement
* Fix typo
* Add prerequisite for clarity
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
Co-authored-by: Meg Bird <megbird@github.com>
* Add back changes from prior to purge
* Manually fix some invalid Liquid
* Updoot render-content
* Improve test messages to show correct output
* Run el scripto
* Pass the remaining test