Skip to content

Commit

Permalink
update vi-github-and-repositories.md (fixes #3369) (#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavinp14 authored Oct 20, 2024
1 parent b088f5c commit 890e1e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/vi/vi-github-and-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ Now, there are three levels of repositories to keep in mind:

These repositories must be consistently synced and up-to-date with each other since we all contribute to the upstream repository (open-learning-exchange.github.io). It's crucial to keep changes separate and avoid mixing them between repositories. Significant differences can cause conflicts and prevent you from performing `git push/pull` operations smoothly.

- **Push:** Sends your local changes to a remote repository.
- **Fetch:** Retrieves updates from a remote repository without merging them into your local branch.

![GitHub Clone URL](images/vi-sync-a-fork.png)

## 3. Configure a Remote Repository for Your Fork
Expand Down

0 comments on commit 890e1e9

Please sign in to comment.