Git is the next Unix
advogato.org
Git is the next Unix
1–10 of 20 posts
Re: Git is the next Unix
#2Now that is a compelling idea. How portable is git? ~ en.wikipedia.org/wiki/Git_(software)
Re: Git is the next Unix
#3Re: Git is the next Unix
#4That said there seems to be a lot of effort duplicated at the file-system level and at the version-control level. I hope file systems of the future will expose nicer api's (e.g. change logging) to help version-control systems become simpler and more efficient.
Re: Git is the next Unix
#5"... Numerous people have written diff and merge systems for wikis; TWiki even uses RCS. If they used git instead, the repository would be tiny, and you could make a personal copy of the entire wiki to take on the plane with you, then sync your changes back when you're done. ..." Now that is a compelling idea. How portable is git? ~ en.wikipedia.org/wiki/Git_(software)
Re: Git is the next Unix
#6"... Numerous people have written diff and merge systems for wikis; TWiki even uses RCS. If they used git instead, the repository would be tiny, and you could make a personal copy of the entire wiki to take on the plane with you, then sync your changes back when you're done. ..." Now that is a compelling idea. How portable is git? ~ en.wikipedia.org/wiki/Git_(software)
My friend looked into porting git to Win32 natively and abandoned the effort because Git uses a ton of UNIX-isms, from fork() to sh scripts.
Re: Git is the next Unix
#7Re: Git is the next Unix
#8If this is true, then webapps should use git instead of databases.
Re: Git is the next Unix
#9Re: Git is the next Unix
#10"... Numerous people have written diff and merge systems for wikis; TWiki even uses RCS. If they used git instead, the repository would be tiny, and you could make a personal copy of the entire wiki to take on the plane with you, then sync your changes back when you're done. ..." Now that is a compelling idea. How portable is git? ~ en.wikipedia.org/wiki/Git_(software)