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
4aaeabcb
Commit
4aaeabcb
authored
Jan 17, 2011
by
Reimar Döffinger
Browse files
Explain how to set up user name/email correctly for git.
parent
326851b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/git-howto.txt
doc/git-howto.txt
+5
-0
No files found.
doc/git-howto.txt
View file @
4aaeabcb
...
@@ -130,6 +130,11 @@ I. BASICS:
...
@@ -130,6 +130,11 @@ I. BASICS:
git add [-i|-p|-A] <filenames/dirnames>
git add [-i|-p|-A] <filenames/dirnames>
Make sure you have told git your name and email address, e.g. by running
git config --global user.name "My Name"
git config --global user.email my@email.invalid
(--global to set the global configuration for all your git checkouts).
Git will select the changes to the files for commit. Optionally you can use
Git will select the changes to the files for commit. Optionally you can use
the interactive or the patch mode to select hunk by hunk what should be
the interactive or the patch mode to select hunk by hunk what should be
added to the commit.
added to the commit.
...
...
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