updated readme [skip ci]

This commit is contained in:
Nick 2021-05-22 12:05:06 -04:00
parent a1de89f1a3
commit f144a1242e

View File

@ -58,9 +58,9 @@ Now you can do the git stuff
1. ```git add NEW_FILE```
2a. ```git commit -m 'ADD INFO HERE OF WHAT WAS CHANGED/ADDED'```
2. ```git commit -m 'ADD INFO HERE OF WHAT WAS CHANGED/ADDED'```
2b. If you'd like to push some changes, but not run the pipeline you can just add ```[skip ci]``` anywhere in the commit message
2. If you'd like to push some changes, but not run the pipeline you can just add ```[skip ci]``` anywhere in the commit message
3. ```git push```