|
|
|
|
|
by kroltan
1096 days ago
|
|
How does the choice of hosting change this? Bare repo on a server is exposed to people exactly like Github: a remote URL you put in once and forget about it. How people use their local git repository is their business, command-line, Sourcetree, GitKraken, what have you, but any of those work with any remotes. (Sure, git by itself does not provide the other features from the hosting services like issue tracking and pull requests, but not every workflow requires those to be linked directly to the SCM) |
|