
Using GitHub Wiki for Software Development Documentation (Video)
Learn the pros and cons of using GitHub Wikis vs README files in your code, then walk through a GitHub Wiki tutorial.
16 Results
Learn the pros and cons of using GitHub Wikis vs README files in your code, then walk through a GitHub Wiki tutorial.
Did you accidentally commit sensitive data? Learn how to scrub it from your Git repository and prevent committing sensitive data in the future.
How does your design system team notify subscribers that new features are being released, bugs are being fixed, or security holes are being patched? Patrick discusses versioning strategies and the advantages of automating that process.
Evaluating design system components with a scorecard can benefit subscribers by providing them with transparency and guidance for the developers creating those components.
Viewing Git as a SHA manager instead of as a source control file manager clears up a lot of confusion. Melissa shares some fundamental Git commands that help her manage SHAs in an enterprise-level project.
A great software build and deployment pipeline encourages collaboration and transparency. Here's what we have found makes a successful pipeline.
Catherine takes an honest look at the the big three version control systems, comparing everything from usability and discoverability to third-party tool integration. Which service is right for your team?
Release notes are a valuable way to communicate the work that has been done but writing them feels arduous. Kasey shares a simple tweak to stop dreading the task of writing release notes—and make them better at the same time.
Writing good pull requests makes everyone's life easier. Catherine shares how to set up successful code reviews with good pull requests.
Nate shares a tool that helps us minimize the private information that can slip through the cracks and into a public repo.