VS Code Timeline — Your local version control system

30 · Amit Merchant · Oct. 4, 2022, 6:38 p.m.
If you’re a developer, you must be familiar with the concept of version control. It’s a system that records changes to a file or set of files over time so that you can recall specific versions later. The most popular version control system is Git. It’s a distributed version control system that allows you to keep track of your source code history. It’s also a powerful tool that lets you collaborate with your team members. But what if you could have a version control system for your local files? ...