diff --git a/Instructions.txt b/Instructions.txt index 144f18016f26e90a80439809d4c4aa129b98dd86..cac0ccebd5b641da17bee033e406cd9ed1271d5f 100644 --- a/Instructions.txt +++ b/Instructions.txt @@ -9,3 +9,14 @@ Create the file git add <File name> git commit -m "comment" git push + +please update your local branch by following these commands: + + +git checkout main +git pull --rebase +git checkout - +git rebase main + + +Please try out these commands asap!