Skip to content
Snippets Groups Projects
Commit 2178057a authored by Jan David Mol's avatar Jan David Mol
Browse files

Updated instructions

parent 7c20c09a
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ To make the above easier, you could put the ``export`` commands in a personal `` ...@@ -31,8 +31,8 @@ To make the above easier, you could put the ``export`` commands in a personal ``
cat > ~/myname_creds.sh <<HEREDOC cat > ~/myname_creds.sh <<HEREDOC
export GIT_AUTHOR_NAME="Your Name" export GIT_AUTHOR_NAME="Your Name"
export GIT_AUTHOR_EMAIL="you@astron.nl" export GIT_AUTHOR_EMAIL="you@astron.nl"
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" export GIT_COMMITTER_NAME="\$GIT_AUTHOR_NAME"
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" export GIT_COMMITTER_EMAIL="\$GIT_AUTHOR_EMAIL"
HEREDOC HEREDOC
# before committing just do this # before committing just do this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment