Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Data Oriented Development with Angularjs

You're reading from   Data Oriented Development with Angularjs

Arrow left icon
Product type Paperback
Published in Apr 2015
Publisher
ISBN-13 9781784398057
Length 156 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Manoj Waikar Manoj Waikar
Author Profile Icon Manoj Waikar
Manoj Waikar
Arrow right icon
View More author details
Toc

Appendix B. Git and Git Flow

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...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime
Modal Close icon
Modal Close icon