Book Image

Git: Version Control for Everyone

By : Ravishankar Somasundaram
Book Image

Git: Version Control for Everyone

By: Ravishankar Somasundaram

Overview of this book

<div> <div>Git – is free software which enables you to maintain different versions of single or multiple files present inside a directory(folder), and allows you to switch back and forth between them at any given point of time. It also allows multiple people to work on the same file collaboratively or in parallel, without being connected to a server or any other centralized system continuously.<br /><br />This book is a step by step, practical guide, helping you learn the routine of version controlling all your content, every day. <br /><br />If you are an average computer user who wants to be able to maintain multiple versions of files and folders, or to go back and forth in time with respect to the files content – look no further. The workflow explained in this book will benefit anyone, no matter what kind of text or documentation they work on.<br /><br />This book will also benefit developers, administrators, analysts, architects and anyone else who wishes to perform simultaneous, collaborative work, or work in parallel on the same set of files. Git's advanced features are there to make your life easier.<br /><br /><br /><br /><br /><br /></div> </div>
Table of Contents (16 chapters)
Git: Version Control for Everyone Beginner's Guide
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Why share your files


Let's take the same computer gaming analogy which has helped us to understand the basics of Git.

Scenario 1: single player

Think of your favorite game that allows you to save the state of the game in your system at any given point of time and resume it later on. Now let's consider a situation where you are in some remote location with access to a computer and want to resume the game, but are not able to because the saved game file is not accessible from that system.

Apply the same situation to your data files. On average we spend most of our time of the day at two to three different locations; think about how productive it might be to continue our work across systems without having to start from scratch on each new system we lay our hands on.

Scenario 2: multiple players – one at a time

Think of your favorite adventure game that has multiple levels. Consider a scenario where you are stuck in a level without knowing how to proceed forward. After desperate attempts...