All checks were successful
Deploy triz-docs to civital server / build-and-deploy (push) Successful in 1h8m30s
561 B
561 B
| sidebar_position | title |
|---|---|
| 3 | Push & Pull Changes |
Push & Pull Changes
Push Changes
Objective
Send committed changes from the local repository to the remote repository.
Steps
- Ensure at least one commit exists locally.
- Execute the push command:
git push
Pull Changes
Objective
Retrieve updates from the remote repository and merge them into the local repository.
Steps
- Execute the pull command:
git pull
- Review the output for updates or merge results.

