Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ Positional arguments:
spaid_gh_set_repo_settings -h
```

/home/luke/.local/bin/spaid_gh_set_repo_settings:3: command not found:
main

Usage: spaid_gh_set_repo_settings \[<org>\] \[<repo>\] \[-h\]

Set up a repository with our Seedcase Project defaults. Settings used
Expand All @@ -209,7 +206,7 @@ are:
- Omit the wiki.
- Disable discussions.
- Allow PR’s to have an option to auto-merge after approval.
- Allow PR’s to have an option to easily update with the branch.
- Allow PR’s to have an option to easily update with the ‘main’ branch.
- Allow merge commits as well as rebase and squash merges.

Examples:
Expand Down
2 changes: 1 addition & 1 deletion bin/spaid_gh_set_repo_settings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Set up a repository with our Seedcase Project defaults. Settings used are:
- Omit the wiki.
- Disable discussions.
- Allow PR's to have an option to auto-merge after approval.
- Allow PR's to have an option to easily update with the `main` branch.
- Allow PR's to have an option to easily update with the 'main' branch.
- Allow merge commits as well as rebase and squash merges.
Examples:
Expand Down
Loading