Best of GitHub Blog — October 2022
- 1
- 2
GitHub Blog·4y
Introducing fine-grained personal access tokens for GitHub
Fine-grained personal access tokens give developers granular control over the permissions and repository access they grant to a PAT. Personal access tokens (PATs) are given permissions from a broad set of read and write scopes. They have access to all of the repositories and organizations the user could access. They’re not associated with an individual user who may leave your company or project.
- 3
- 4
GitHub Blog·4y
Highlights from Git 2.38
Git's new built-in repository management tool, Scalar, attempts to solve the problem by curating and configuring a uniform set of features with the biggest impact on large repositories. The sparse index is a relatively new Git feature that enables Git to shrink the size of its index data structure to only track the contents of your sparse checkout.
- 5
GitHub Blog·4y
Expand your open source contributions during Hacktoberfest 2022
Hacktoberfest 2022 is back for its ninth year. We all use and depend on open source to power our digital world. In the past year alone, we saw over 2.6 billion contributions on GitHub. You can contribute to several GitHub projects participating this year, including GitHub Docs.
- 6
GitHub Blog·4y
Improving navigation for GitHub Actions
GitHub Actions has evolved into its own product, helping developers set up their CI/CD pipelines. Today, we’re introducing an improved navigation that will support the future of GitHub Actions. Users can now find the Usage and Workflow file for their workflow run, right from the sidebar.