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`