updated readme

This commit is contained in:
Nick 2021-05-22 12:09:36 -04:00
parent 8697542637
commit 69af3e5ff0

View File

@ -56,10 +56,12 @@ Clone git repo
Now you can do the git stuff
1. ```git add NEW_FILE```
1. I always do a ```git pull``` to make sure the repo is up to date just in-case anyone has made changes
2. ```git commit -m 'ADD INFO HERE OF WHAT WAS CHANGED/ADDED'``` | 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. ```git add NEW_FILE```
3. ```git push```
3. ```git commit -m 'ADD INFO HERE OF WHAT WAS CHANGED/ADDED'``` | If you'd like to push some changes, but not run the pipeline you can just add ```[skip ci]``` anywhere in the commit message
4. ```git push```
## Your updates will now be pushed, if there's a pipline it might take a while 10/15mins for the updates to be shown