Skip to content

Skeleton Project for Projects inspired by cisagov Skeleton projects

Notifications You must be signed in to change notification settings

hazzakins/skeleton

Repository files navigation

skeleton

Skeleton Project with defaults for most projects.

Apply to existing Repositories

CISAGOV Example Documentation

Starting a New Repositories

git clone --origin {parent_repo} [email protected]:{org}/{parent_repo}.git {new_repo}

git remote set-url --push {parent_repo} no_push

git remote add origin [email protected]:{org}/{new_repo}.git

git tag -d $(git tag -l)", f"Delete all local git tags from {parent_repo}
find . \( ! -regex '.*/\.git/.*' \) -type f -exec
perl -pi -e s/{parent_repo}/{new_repo}/g {{}} \;
git add --verbose .", "Stage modified files."

git commit --message "Rename repository references after clone.

Use the following commands to push the new repository to github:

git push --set-upstream origin develop

About

Skeleton Project for Projects inspired by cisagov Skeleton projects

Resources

Stars

Watchers

Forks