You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
Fix two typos in git howto.
Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -105,7 +105,7 @@ I. BASICS:
|
|||||||
|
|
||||||
git diff --check
|
git diff --check
|
||||||
|
|
||||||
to doublecheck your changes before committing them to avoid trouble later
|
to double check your changes before committing them to avoid trouble later
|
||||||
on. All experienced developers do this on each and every commit, no matter
|
on. All experienced developers do this on each and every commit, no matter
|
||||||
how small.
|
how small.
|
||||||
Every one of them has been saved from looking like a fool by this many times.
|
Every one of them has been saved from looking like a fool by this many times.
|
||||||
@@ -133,7 +133,7 @@ I. BASICS:
|
|||||||
Git will commit the selected changes to your current local branch.
|
Git will commit the selected changes to your current local branch.
|
||||||
|
|
||||||
You will be prompted for a log message in an editor, which is either
|
You will be prompted for a log message in an editor, which is either
|
||||||
set in your personal configuration file throught
|
set in your personal configuration file through
|
||||||
|
|
||||||
git config core.editor
|
git config core.editor
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user