diff --git a/README.md b/README.md index ff278cb..f1e3a0d 100644 --- a/README.md +++ b/README.md @@ -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