Skip to content

Commit

Permalink
Fix typo in chapter 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianw committed Sep 13, 2011
1 parent ebff8a9 commit c9c914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/07-customizing-git/01-chapter7.markdown
Original file line number Diff line number Diff line change
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 c9c914b

Please sign in to comment.