mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-26 08:07:33 +02:00
Add feature "fast branching"
Add feature "fast branching". In contrast to SCM's like SVN, branching in Git is very fast.
This commit is contained in:
@@ -34,6 +34,7 @@ Version control is a system that records changes to a file(s), over time.
|
|||||||
* Can work offline.
|
* Can work offline.
|
||||||
* Collaborating with others is easy!
|
* Collaborating with others is easy!
|
||||||
* Branching is easy!
|
* Branching is easy!
|
||||||
|
* Branching is fast!
|
||||||
* Merging is easy!
|
* Merging is easy!
|
||||||
* Git is fast.
|
* Git is fast.
|
||||||
* Git is flexible.
|
* Git is flexible.
|
||||||
|
Reference in New Issue
Block a user