• Complain

Peter Bell - Introducing GitHub: A Non-Technical Guide

Here you can read online Peter Bell - Introducing GitHub: A Non-Technical Guide full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2014, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Peter Bell Introducing GitHub: A Non-Technical Guide
  • Book:
    Introducing GitHub: A Non-Technical Guide
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2014
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Introducing GitHub: A Non-Technical Guide: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Introducing GitHub: A Non-Technical Guide" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

If youre new to GitHub, this concise book shows you just what you need to get started and no more. Its perfect for project and product managers, stakeholders, and other team members who want to collaborate on a development projectwhether its to review and comment on work in progress or to contribute specific changes. Its also great for developers just learning GitHub.

GitHub has rapidly become the default platform for software development, but its also ideal for other text-based documents, from contracts to screenplays. This hands-on book shows you how to use GitHubs web interface to view projects and collaborate effectively with your team.

  • Learn how and why people use GitHub to collaborate
  • View the status of a projectrecent changes, outstanding work, and historic changes
  • Create and edit files through GitHub without learning Git
  • Suggest changes to projects you dont have permission to edit directly
  • Use tools like issues, pull requests, and branches to specify and collaborate on changes
  • Create a new GitHub repository to control who has access to your project

Peter Bell: author's other books


Who wrote Introducing GitHub: A Non-Technical Guide? Find out the surname, the name of the author of the book and a list of all author's works by series.

Introducing GitHub: A Non-Technical Guide — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Introducing GitHub: A Non-Technical Guide" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Introducing GitHub

by Peter Bell and Brent Beer

Copyright 2015 Pragmatic Learning, Inc. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safaribooksonline.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Editor: Meghan Blanchette
  • Production Editor: Melanie Yarbrough
  • Copyeditor: Sonia Saruba
  • Proofreader: Sharon Wilkey
  • Indexer: Judy McConville
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • November 2014: First Edition
Revision History for the First Edition
  • 2014-11-07: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781491949740 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Introducing GitHub, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-491-94974-0

[LSI]

Preface

GitHub is changing the way that software gets built. Conceived originally as a way to make it easier for developers to contribute to open source projects, GitHub is rapidly becoming the default platform for software development. More than just a tool for storing source code, GitHub provides a range of powerful tools for specifying, discussing, and reviewing software.

Who This Book Is For

If you are working with developers on a software project, this book is for you, whether you are a:

  • Business stakeholder who wants to have a sense of how your project is going
  • Product or project manager who needs to ensure that software is delivered on time and within budget
  • Designer who needs to deliver anything from mockups to HTML/CSS for a project
  • Copywriter whos adding marketing copy or other content to a site or an app
  • Lawyer whos reviewing the legal implications of a project or writing the terms and conditions or privacy policy
  • Team member who needs to review, comment on, and/or contribute to the project
  • Developer who is new to using GitHub and wants to learn how to collaborate using GitHub in a team

If you need to view the progress of a piece of software while its being developed, if you would like to be able to comment on the progress, and if youd like to have the option of contributing changes to the project, this book will show you how to effectively collaborate with a software development team by using GitHub.

Beyond Software

While GitHub is still primarily used to collaborate on the development of software, its also a great way for a team to collaborate on a wide range of projects. From the authoring of books (like this one) and the distribution of models for 3D printing to the crafting of legislation, whenever you have a team of people collaborating on a collection of documents, you should consider using GitHub to manage the process. Our examples will assume that youre working on software because that is currently the most common use case, but this book is the perfect guide to collaborating via GitHubwhatever kind of project youre working on.

Who This Book Is Not For

This book is designed to teach the core skills required to collaborate effectively using GitHub. If you are already familiar with forking, cloning, and using feature branches and pull requests for collaboration, you probably wont learn that much.

Equally, if you are looking for an in-depth introduction to the Git version control system, this is not the book that you are looking for. This book covers just enough Git to do the job of introducing GitHub, but its not a comprehensive introduction to Git. For that you should read the excellent Version Control with Git by Jon Loeliger and Matthew McCullough (OReilly, 2012).

How to Use This Book

Weve deliberately made this book as concise as possible. You should be able to read it pretty quickly. If you want to gain the confidence that comes from really understanding what GitHub is about and how to use it, try to read the book from start to finish.

However, we know that youre busy. If youre in a rush, start by skimming the first chapter. gives you a brief introduction to Git, GitHub, and some key terms that youll need to understand to make sense of the rest of the book. Then feel free to just jump into whatever chapters you need. Weve tried to write the book so that each chapter runs you through specific workflows, so you should be able to read just the chapter you need to complete a particular task.

Conventions Used in This Book

The following typographical conventions are used in this book:

Italic

Indicates new terms, URLs, email addresses, filenames, and file extensions.

Constant width

Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

Constant width bold

Shows commands or other text that should be typed literally by the user.

Constant width italic

Shows text that should be replaced with user-supplied values or by values determined by context.

Tip

This element signifies a tip or suggestion.

Note

This element signifies a general note.

Warning

This element indicates a warning or caution.

Safari Books Online

Safari Books Online is an on-demand digital library that delivers expert content in both book and video form from the worlds leading authors in technology and business.

Technology professionals, software developers, web designers, and business and creative professionals use Safari Books Online as their primary resource for research, problem solving, learning, and certification training.

Safari Books Online offers a range of plans and pricing for enterprise, government, education, and individuals.

Members have access to thousands of books, training videos, and prepublication manuscripts in one fully searchable database from publishers like OReilly Media, Prentice Hall Professional, Addison-Wesley Professional, Microsoft Press, Sams, Que, Peachpit Press, Focal Press, Cisco Press, John Wiley & Sons, Syngress, Morgan Kaufmann, IBM Redbooks, Packt, Adobe Press, FT Press, Apress, Manning, New Riders, McGraw-Hill, Jones & Bartlett, Course Technology, and hundreds more. For more information about Safari Books Online, please visit us online.

How to Contact Us

Please address comments and questions concerning this book to the publisher:

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Introducing GitHub: A Non-Technical Guide»

Look at similar books to Introducing GitHub: A Non-Technical Guide. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Introducing GitHub: A Non-Technical Guide»

Discussion, reviews of the book Introducing GitHub: A Non-Technical Guide and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.