Parker Brown

Results 20 issues of Parker Brown

## Overview This PR updates dependencies and updates some of the site copy in preparation for new content. ### Next Steps - [ ] Add a new page for manuals...

- [x] Update outdated Git cheat sheet PDFs - [x] Fix typo: #810 - [x] Update commands: #791 - [ ] Look into automating PDF generation based on markdown files

- [ ] Add site navigation - [ ] Give Git cheat sheets their own page - [ ] Give manuals their own page: https://github.com/github/training-kit/pull/764 - [x] Update repo description...

The following exceptions can be removed from the textlint configuration once a new [super-linter](https://github.com/github/super-linter) version > v4.9.4 is released: https://github.com/githubtraining/training-manual/blob/eb22224dbc5ef90ba98b7bcae55a8b8d51a69497/.github/linters/.textlintrc#L8-L10 https://github.com/githubtraining/training-manual/blob/a5bfde775a089f46ece12db74dd4f1c66051e1e7/README.md?plain=1#L52-L60 **Reference:** - https://github.com/sapegin/textlint-rule-terminology/issues/38#issuecomment-1143205870 - https://github.com/sapegin/textlint-rule-terminology/pull/44 - https://github.com/github/super-linter/pull/3007

- Replace cURL requests with functions from `shared_functions` or HTTPie requests - Create new `shared_functions` where appropriate - Move [issue bodies](https://github.com/githubtraining/training-manual/blob/8ada986905ba5a47703eabcb482cc218c2abdd36/script/create-files#L110-L130) to files

Windows users that have a `$HOME` path that points to a network drive location will experience difficulties using Git and Git Bash. Some of these difficulties include: - Very slow...

We should add a list of GitHub domains that should be included in an allow list on restrictive corporate networks. This can be included on the “Getting Ready for Class”...

I’d like to add a page that outlines how to set up Git Credential Manager for use in different environments. ### macOS ```sh git config --global credential.helper osxkeychain ``` ###...

enhancement

We should include environment-specific instructions for upgrading to the latest version of Git. ### macOS ```sh brew upgrade git ``` **Note:** Requires [Homebrew](https://brew.sh/). ### Windows https://stackoverflow.com/a/48924212 ### Windows Subsystem for...

enhancement

If you are in a corporate Windows environment with a mapped network drive and modified `HOME` path, chances are you will install Git onto the mapped network drive. This will...

enhancement