From 8a64d683f6b0144ac6daf95733d6fb2baa9c467c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:17:06 +0300 Subject: [PATCH] Update git.md --- pages/common/git.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/git.md b/pages/common/git.md index 939dd9fe5d..0e8e305dd4 100644 --- a/pages/common/git.md +++ b/pages/common/git.md @@ -20,15 +20,15 @@ `git add {{[-A|-all]}}` -- Commit changes to version history +- Commit changes to version history: `git commit {{[-m|--message]}} {{message-text}}` -- Push version history to a remote +- Push version history to a remote: `git push` -- Pull any changes made to a remote +- Pull any changes made to a remote: `git pull`