Skip to content
Snippets Groups Projects
Commit 6ba55948 authored by Marc Radulescu's avatar Marc Radulescu
Browse files

changed title for consistency

parent 327e806b
No related branches found
No related tags found
2 merge requests!339Additional limitations terms,!337Performance with git
---
layout: post
title: "Performance benefits of switching to git"
title: "Geographic replication with git and GitLab"
date: 2014-10-17 14:08:56 +0200
comments: true
categories:
Loading
Loading
@@ -17,9 +17,7 @@ This means that even in the case of a server downtime, development can still con
**Server downtime is not as disruptive to the workflow as with a centralized tool.**
 
After the first cloning of the origin repo, Git only registers the changes to the files, so the deltas between the origin and the clones are very small.
That's less information that needs to travel through the wire.
**Getting the clone in sync with the origin feels instantaneous in most of the cases.**
 
Code searching is also considerably faster than with a centralized tool, because the search happens on the local clone of the repo.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment