[Info-vax] VMS on Raspberry Pi 5
druck
news at druck.org.uk
Wed Nov 15 16:05:42 EST 2023
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
---druck
More information about the Info-vax
mailing list