top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can Git run for commercial purposes?

+1 vote
301 views

I want to setup Git on our host. As Git is released under the GPLv2 open source license so is there any restriction to acquire a commercial license?

posted Aug 23, 2013 by Sonu Jindal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

There is no commercial license to acquire for git, you can just start to use it. Also if you make no changes to the git source code there are no obligations to fulfil.

answer Aug 23, 2013 by Salil Agrawal
Similar Questions
+1 vote

Sometime we download binary/libraries from customer site or public site and suppose it has license of 6 months. After 6 months it stop working with error "license has been expired". I want to know how library/binary tracks the license date ?

+1 vote

The use case:
"git submodule update" seems to be inefficient when running sequentially on a large .gitmodules file. Assuming a git forest with over 7K gits it takes hours to complete the update (running on Windows+Cygwin)

If not supported, this feature could be a good candidate for "git submodule" enhancement.
What is your opinion or advice?

+1 vote

Is there a place record when I run "git pull" the last time.

...