Skip to content

fixed url image #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1-version-control-systems/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Let's see what we can do with VCS, and how it will benefit our developer skills.

A version control system (VCS) is a piece of software that records files and the changes in those files so you can switch in between specific versions later. The collection of versions are saved in a place called repository so they are tracked into a captured snapshot at certain point in time.

![Version control systems](https://www.vogella.com/tutorials/Git/img/xvcs_state10.png.pagespeed.ic._BJgeBXw1P.webp)
Source: [Vogella](https://www.vogella.com/tutorials/Git/article.html#introduction-into-version-control-systems)
![Version control systems](https://git-scm.com/images/branching-illustration@2x.png)
Source: [git-scm](https://git-scm.com/)

Simple: Think about VCSs as a software that tracks all the changes you make to certain group of files so you can revert any change at any time. No more files named: `final-draft1-copy-this-is-final-now-correct-final-1`

Expand Down