On 6 июл, 14:24, dharmawan <sehataf...@gmail.com> wrote:

> Do I can use Git for my DB Schema Version purpose?

Git is able to manage the contents of one or more files.
If it sounds suitable for this "DB Schema Version" thing, then the
answer is "yes", otherwise, the answer is "no".

Note that Git was initially implemented as a mixture of Unix scripts
and binaries, and AFAIK it still does not consist of a library and
front-end(s) like, say, Subversion client. So if you intend to use Git
from another program (or programs), be prepared to call its various
binaries instead of making some API calls.

Reading through any entry-level tutorial on Git is advised. Search
google for "git crash course".
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to