Skip to content

Commit

Permalink
Fix new epoch git push example syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Sep 11, 2024
1 parent 3e8e509 commit 6a28b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/contributing/newepoch.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ The following steps will allow users to add epoch 99 to the package, from start
11. Commit all of the new changes, and push to the github repository with
!!! example "Example: Push new epoch to git"
Commit changes required for the addition of epoch 99
```git add vasttools/data/csvs/vast_epoch99_info.csv
```bash
git add vasttools/data/csvs/vast_epoch99_info.csv
git add vasttools/data/pickles/vast_epoch99_fields_sc.pickle
git add __init__.py
git add vasttools/data/mocs/VAST_PILOT_EPOCH99.moc.fits
Expand Down

0 comments on commit 6a28b99

Please sign in to comment.