[Info-vax] VMS on Raspberry Pi 5
Johnny Billquist
bqt at softjar.se
Wed Nov 15 17:33:45 EST 2023
On 2023-11-15 22:05, druck wrote:
> On 14/11/2023 09:30, Johnny Billquist wrote:
>> Source management is usually handled by one single program, even on
>> most systems today. Be that cvs, svn, git or whatever.
>
> git is actually a collection of programs, when you run
>
> git command args
>
> it actually runs
>
> git-command args
>
> You can even write your own git utilities, call them git-something and
> put them on PATH, and they will run when you do
>
> git something
Yes. Some extensions are done that way. But the git binary itself is
reponsible for the most core things, like committing, pushing, pulling...
So no, there is no git-pull, no git-add, no git-merge and so on. But
there are some git-<command> binaries.
Maybe you could possibly call git a hybrid in this context.
Johnny
More information about the Info-vax
mailing list