Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
5fbf2b3f
Commit
5fbf2b3f
authored
Jan 16, 2011
by
Alex Converse
Browse files
Fix two typos in git howto.
Originally committed as revision 26396 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
dccdd93e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/git-howto.txt
doc/git-howto.txt
+2
-2
No files found.
doc/git-howto.txt
View file @
5fbf2b3f
...
...
@@ -105,7 +105,7 @@ I. BASICS:
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
how small.
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.
You will be prompted for a log message in an editor, which is either
set in your personal configuration file through
t
set in your personal configuration file through
git config core.editor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment