Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions git-new-features.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Extending git with new features
======

11 changes: 11 additions & 0 deletions mapping-git-eco-systems.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Mapping git eco-systems
======

```
| Linux kernel | GitHub | GitLab |
|----------------|-----------------|---------|
| Hierarchy is maintained through repos | Projects and teams can have organization roles | Projects have user roles |
| code modifications are sent through email patches and pull requests | Code modifications are mainly fetched through pull requests | branch merge in the same repo |
| repos are maintained on git.kernel.org and then fetched to be able to modify source code| repos are hosted on github.com | Organizations maintain a self-hosted version of gitlab |
```