-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Data Oriented Development with Angularjs
By :

As some of you might already be aware, Git (available at http://git-scm.com/) is a free and open source Distributed Version Control System (DVCS). The earlier version control systems such as Subversion, CVS, or Perforce use the client-server architecture in which a server stores the current versions of a project and its history, and clients connect to the server in order to get a complete copy of the project. So the biggest limitation of such a system is quite apparent—you have to be connected to the server to check in or check out any changes. But in a DVCS (like Git), you can check in the changes in your local repository even when you are not connected to the server. Then, at some later time, when the connection to the server is available, any changes made in the local repository can be pushed to the server. So, you can experiment to your heart's content even when you are flying or during your beach vacation.
Now, although there are GUI...
Change the font size
Change margin width
Change background colour