i want to try using GIT
i want to try using GIT .. i saw they have an amazing tutorial thingy on their site .. seems easy .. ok, so i downloaded git for windows and installed it...
now, github says it is only free for open source projects ... can i just put the git repo on my own server? do i need anything special there on the server, and can pycharm do this? or do i have to use github?
now, github says it is only free for open source projects ... can i just put the git repo on my own server? do i need anything special there on the server, and can pycharm do this? or do i have to use github?
Please sign in to leave a comment.
Git is a distributed version control system (VCS): http://en.wikipedia.org/wiki/Git_%28software%29
GitHub is a web-based hosting service for software development projects that use the Git VCS: http://en.wikipedia.org/wiki/Github
I suggest start here (or find similar tutorials on the web):