Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python_test_scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
python_test_scripts
Commits
2178057a
Commit
2178057a
authored
Oct 14, 2021
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Updated instructions
parent
7c20c09a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jupyter_Pages/README.md
+2
-2
2 additions, 2 deletions
Jupyter_Pages/README.md
with
2 additions
and
2 deletions
Jupyter_Pages/README.md
+
2
−
2
View file @
2178057a
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment