Git Product home page Git Product logo

practical-git's Introduction

Apress Source Code

This repository accompanies Practical Git by Johan Abildskov (Apress, 2020).

Cover image

Download the files as a zip using the green button, or clone the repository to your machine using Git.

Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.

practical-git's People

Contributors

nancyc15 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

practical-git's Issues

Repetition in chapter 1

the last 4 sentences of the first paragraph on the first page - page1 - are repeated at the start of the second paragraph.

btw Johan, I think this is a terrific book and idea, so it's a real shame that there are errors - especially the one someone else has raised in chapter 2 about the incorrect output of "git status" because it really defeats the purpose of the example.

Practical Git Confident Git Through Practice Ch 2. Building Commits [output from git status command is wrong when the command is run after adding a new file]

Errata for Practical Git Confident Git Through Practice
2. Building Commits
On page xx [output from git status command is wrong when the command is run after adding a new file]:

The book has:

$ ls
A  B  C  D
$ git status
On branch master
nothing to commit, working tree clean
$ echo testing > A
$ git status
On branch master
nothing to commit, working tree clean

It should be:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        A

nothing added to commit but untracked files present (use "git add" to track)

I'm reading it online on oreilly.com so I could not tell the page number

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.