Skip to Content
Serverless computing in Azure with .NET
book

Serverless computing in Azure with .NET

by Sasha Rosenbaum
August 2017
Intermediate to advanced
468 pages
12h 5m
English
Packt Publishing
Content preview from Serverless computing in Azure with .NET

Distributed VCS

In a distributed VCS, such as Git or Mercurial, there is no concept of a central copy. When a developer clones a remote repository, they get a full copy including all the metadata and history of the project to their machine. Distributed VCS do not preclude you from keeping a central, authoritative copy of your project, rather, they allow you to have fully functional local copies as well.

What does this mean in practice?

The main difference is that the distributed VCS breaks the centralized commit into two separate actions, which are as follows:

  • Commit: This records the changeset on the local repository
  • Push: This pushes one or more local commits to the remote repository

This creates a number of advantages, which are listed ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni
Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781787288393Supplemental Content