2
On Github we can create remote repositories, and when we do we gain a certain set of administrative functionalities under this repository, one of these functionalities is the administrator’s ability to review the commits received, review them and decide whether to apply them to the project or not (among others).
There is the possibility to create a remote repository on a dedicated linux server. My question is whether by doing so I gain the same features offered by Github (such as the one mentioned, for example).
In practice what are the differences between both remote repositories?
So in essence a dedicated remote repository is the same as the repository on Github, but Github offers a more robust feature layer under this repository, whereas the remote repository on my dedicated repository does not have this feature layer. This is the idea ?
– Allan Dantas
The repository is identical, is like a C++ compiler, compiles any program in C++ equal, changes if you are using in Visual Studio, Eclipse, Code::Blocks, Clion, Vim with GCC, Xcode with Clang, etc., but the base is standard.
– Maniero
Thanks for the clarifications friend, excellent explanation. And thank you also for sharing the link of your previous answer, was of great help.
– Allan Dantas