-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add gitadd.sh and info on how to publish
- Loading branch information
1 parent
d73f582
commit cf720c8
Showing
2 changed files
with
88 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# script to only add stuff you should be changing to github | ||
# you can add other items if you are sure what you are doing but this is good for basic content changes | ||
|
||
git add *.md | ||
git add gitadd.sh | ||
git add AUTHORS CITATION | ||
git add _config.yml | ||
git add _episodes/*.md | ||
git add _extras/*.md | ||
git add fig/* |