Showing posts with label github. Show all posts
Showing posts with label github. Show all posts

Sunday, September 16, 2018

Host your domain in Github (A Powerful Source Code Repository)

MeroServer is currently down due to the public IP problem related to ISP. We had setup a raspberry Pi as hosting server which is still up for 24 hours but due to the IP being private, it cannot be browsed from the external networks. We are trying to resolve them as much as we can.

And currently we are trying to migrate some of our static content in Github (A most powerful code repository) from which we can directly host our site.
Currently this site is hosted from this repo and following is the steps for hosting the site in Github.

Wednesday, December 11, 2013

StartUp with GIT (Source Code Management)

What is GIT
Git /ɡɪt/ is a software for the distributed revision control and source code management (SCM) system.

Why GIT
Every Git working directory is a full-fledged repository with complete history and full version tracking capabilities, not dependent on network access or a central server.

GIT vs SVN
Subversion allows you to check out just a subtree of a repository; Git requires you to clone the entire repository (including history) and create a working copy that mirrors at least a subset of the items under version control.

Why GIT is named as GIT
Random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant.