Skip to content

Commit

Permalink
Merge pull request progit#138 from sebastianw/master
Browse files Browse the repository at this point in the history
Fix small typo in Chapter 7.4
  • Loading branch information
schacon committed Dec 8, 2011
2 parents f79b70f + c9c914b commit 86cbc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/07-customizing-git/01-chapter7.markdown
Expand Up @@ -709,7 +709,7 @@ The logic for checking this is to see if any commits are reachable from the olde

check_fast_forward

Everything is set up. If you run `chmod u+x .git/hooks/update`, which is the file you into which you should have put all this code, and then try to push a non-fast-forwarded reference, you get something like this:
Everything is set up. If you run `chmod u+x .git/hooks/update`, which is the file into which you should have put all this code, and then try to push a non-fast-forwarded reference, you get something like this:

$ git push -f origin master
Counting objects: 5, done.
Expand Down

0 comments on commit 86cbc8f

Please sign in to comment.