Skip to content

Commit

Permalink
Amend skeleton documentation to expand on the value of the approach.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 6, 2019
1 parent 12eed13 commit 8186f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skeleton.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ It's intended to be used by a new or existing project to adopt these practices a

The primary advantage to using an SCM for maintaining these techniques is that those tools help facilitate the merge between the template and its adopting projects.

Another advantage to using an SCM-managed approach is that tools like GitHub recognize that a change in the skeleton is the _same change_ across all projects that merge with that skeleton. Without the ancestry, with a traditional copy/paste approach, a [commit like this](https://github.com/jaraco/skeleton/commit/12eed1326e1bc26ce256e7b3f8cd8d3a5beab2d5) would produce notifications in the upstream project issue for each and every application, but because it's centralized, GitHub provides just the one notification when the change is added to the skeleton.

# Usage

## new projects
Expand Down

0 comments on commit 8186f76

Please sign in to comment.