Date: April 21, 2024

Topic: Version Control

Recall

What is version control?

Version control is most useful for?

Notes

<aside> πŸ“Œ SUMMARY: Version control helps in saving a version of a file helping in comparing with the latest version and to revert back in case of problems in newer one.

</aside>


Date: April 21, 2024

Topic: Local Version Control Systems

Recall

What was used for version controlling in early days?

What was RCS and how did it work?

Notes

<aside> πŸ“Œ SUMMARY: RCS was a version control system that used to store version of files in a special format as a patch.

</aside>


Date: April 21, 2024

Topic: Centralized Version Control Systems

Recall

What are centralized version control system?

What’s their downside?

Notes

<aside> πŸ“Œ SUMMARY: Centralized VCS provided a method for collaboration but suffered from single point of failure.

</aside>


Date: April 21, 2024

Topic: Distributed Version Control Systems