From 69af3e5ff01b9eda2e428ca647bbfb9769821dd8 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 22 May 2021 12:09:36 -0400 Subject: [PATCH] updated readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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