Book Image

Mastering Unity 5.x

By : Alan Thorn
Book Image

Mastering Unity 5.x

By: Alan Thorn

Overview of this book

Mastering Unity 5.x is for developers wishing to optimize the features of Unity 5.x. With an in-depth focus on a practical project, learn all about Unity architecture and impressive animation techniques. With this book, produce fun games with confidence.
Table of Contents (16 chapters)
Mastering Unity 5.x
Credits
About the Author
Acknowledgment
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Cloning


When your remote repo is up-to-date and contains all the changes you need to preserve, then you don't need to worry if your local repo ever gets deleted or removed. This is because you can always download the complete Git Repo from the Remote, by using a Clone operation. To do this, select the Clone option from the GitKraken start menu.

Cloning a remote Repo

From the Clone Menu, select the BitBucket tab, and then choose the Remote Repo to download, using the Remotes list. Then choose the folder where the Remote should be downloaded as a clone. Finally, click the Clone the repo! Button to confirm.

Cloning a selected BitBucket Repo to the computer

After Cloning the remote Repo, your Local version features the same files. This makes it easy for anybody to share and collaborate on the same Repo, from any location. Great work! You're now fully equipped to start using Git Version Control to manage your projects effectively.