• Complain

Brent Beer - Introducing GitHub: A Non-Technical Guide

Here you can read online Brent Beer - 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: 2018, publisher: O’Reilly 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.

Brent Beer Introducing GitHub: A Non-Technical Guide
  • Book:
    Introducing GitHub: A Non-Technical Guide
  • Author:
  • Publisher:
    O’Reilly Media
  • Genre:
  • Year:
    2018
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 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. The updated second edition covers code review, and includes updates to the desktop application, the Atom text editor, protected branches, and project management features.

  • Keep track of, and work with, developers more effectively
  • Learn the basics so you can contribute to your software projects
  • Understand foundational Git knowledge, including commits and cloning
  • Get tips on positive interaction with developers

Brent Beer: 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 Brent Beer

Copyright 2018 Peter Bell, Brent Beer. 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://oreilly.com/safari). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Editor: Virginia Wilson
  • Production Editor: Kristen Brown
  • Copyeditor: Rachel Head
  • Proofreader: Charles Roumeliotis
  • Indexer: Ellen Troutman-Zaig
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • November 2014: First Edition
  • December 2017: Second Edition
Revision History for the Second Edition
  • 2017-11-28: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781491981818 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 author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author 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-98181-8

[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 and other text-based documents.

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
  • Technical writer whos making sure a projects documentation is up to date for all collaborators to help them get their jobs done
  • 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 GitHub on any kind of project.

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

How to Use This Book

This book has deliberately been made 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, I know that youre busy. If youre in a rush, start by skimming the first chapter. 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 and the names of branches.

Tip

This element signifies a tip or suggestion.

Note

This element signifies a general note.

Warning

This element indicates a warning or caution.

OReilly Safari
Note

Safari (formerly Safari Books Online) is a membership-based training and reference platform for enterprise, government, educators, and individuals.

Members have access to thousands of books, training videos, Learning Paths, interactive tutorials, and curated playlists from over 250 publishers, including OReilly Media, Harvard Business Review, Prentice Hall Professional, Addison-Wesley Professional, Microsoft Press, Sams, Que, Peachpit Press, Adobe, 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, and Course Technology, among others.

For more information, please visit http://oreilly.com/safari.

How to Contact Us

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

  • OReilly Media, Inc.
  • 1005 Gravenstein Highway North
  • Sebastopol, CA 95472
  • 800-998-9938 (in the United States or Canada)
  • 707-829-0515 (international or local)
  • 707-829-0104 (fax)

There is a web page for this book, which lists errata, examples, and any additional information. You can access this page at http://bit.ly/intro-github-2e.

To comment or ask technical questions about this book, send email to bookquestions@oreilly.com.

For more information about our books, courses, conferences, and news, see our website at http://www.oreilly.com.

Find us on Facebook: http://facebook.com/oreilly

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.