Source control tools
Now that we have installed Git and created a GitHub account, we will use GitHub to create a new code repository. A repository is a central file storage location. It is used by the source control systems to store multiple versions of files. While a repository can be configured on a local machine for a single user, it is often stored on a server, which can be accessed by multiple users.
Note
GitHub offers free source control repositories for open source projects. GitHub is really popular within the open source community and many popular projects are hosted on GitHub (including TypeScript). However, GitHub is not the only option available and you can use a local Git repository or another source control service provider such as ...
Get TypeScript: Modern JavaScript Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.