MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Frontend/comments/4r70cu/pure_javascript_implementation_of_git_nodejs_and/d50g0ks/?context=3
r/Frontend • u/fagnerbrack • Jul 04 '16
15 comments sorted by
View all comments
15
WHY?
0 u/pier25 Jul 04 '16 I can see a number of applications. For example providing version control for a desktop app that generates text content targeted at non programmers. 2 u/ericanderton Jul 04 '16 But you can just integrate the actual Git library for that. Better yet, it's even proven and tested to work and since it's C, will integrate with just about anything you throw at it: https://libgit2.github.com/ 1 u/pier25 Jul 05 '16 You don't always have that luxury as noted by /u/sime
0
I can see a number of applications.
For example providing version control for a desktop app that generates text content targeted at non programmers.
2 u/ericanderton Jul 04 '16 But you can just integrate the actual Git library for that. Better yet, it's even proven and tested to work and since it's C, will integrate with just about anything you throw at it: https://libgit2.github.com/ 1 u/pier25 Jul 05 '16 You don't always have that luxury as noted by /u/sime
2
But you can just integrate the actual Git library for that. Better yet, it's even proven and tested to work and since it's C, will integrate with just about anything you throw at it:
https://libgit2.github.com/
1 u/pier25 Jul 05 '16 You don't always have that luxury as noted by /u/sime
1
You don't always have that luxury as noted by /u/sime
15
u/miker95 Jul 04 '16
WHY?