diff --git a/gitCommands.html b/gitCommands.html
index dd545dc..7aada18 100644
--- a/gitCommands.html
+++ b/gitCommands.html
@@ -43,6 +43,10 @@
For Git Bash / Any CMD
git branch -d NewBranch
git switch -c AnotherBranch
git merge AnotherBranch
+ git push --all
+ git fetch
+ git merge
+ git pull
@@ -73,4 +77,4 @@ Push an existing repository from the command line