Git
From APIDesign
(Difference between revisions)
(Redirecting to wikipedia:Git (software)) |
|||
Line 1: | Line 1: | ||
- | + | [[wikipedia::Git_(software)|Git]] is a distributed version control system (like [[Hg]]). One observation I made about distributed systems: their users are more shameless switching from one branch to another. There are even some scenarios where massive change between various versions of your sources is required. I've created a screen cast about one such use-case and its influence on [[performance]] of the [[NetBeans]] IDE: | |
+ | |||
+ | {{#ev:bliptv|6452128}} | ||
+ | |||
+ | Horrifying, isn't it? It might even be a good for a new joke about [[NetBeans]] [[performance]]: ''How much time it takes to fix a single line in the [[NetBeans]] IDE?''. But maybe things are not that bad. Has anyone else actually run into this kind of problem? | ||
+ | |||
+ | <comments/> | ||
+ | |||
+ | [[Category:Video]] |
Revision as of 18:55, 23 November 2012
Git is a distributed version control system (like Hg). One observation I made about distributed systems: their users are more shameless switching from one branch to another. There are even some scenarios where massive change between various versions of your sources is required. I've created a screen cast about one such use-case and its influence on performance of the NetBeans IDE:
Horrifying, isn't it? It might even be a good for a new joke about NetBeans performance: How much time it takes to fix a single line in the NetBeans IDE?. But maybe things are not that bad. Has anyone else actually run into this kind of problem?
<comments/>