Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clb-jupyter-nb-images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Romina Baila
clb-jupyter-nb-images
Commits
c3f0080f
Commit
c3f0080f
authored
2 years ago
by
Florian Deuerlein
Browse files
Options
Downloads
Patches
Plain Diff
user setup script added
parent
69040a68
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/user_setup.sh
+10
-0
10 additions, 0 deletions
base/user_setup.sh
with
10 additions
and
0 deletions
base/user_setup.sh
0 → 100644
+
10
−
0
View file @
c3f0080f
# user setup script
# set git config
if
[
!
"
$(
git config
--get
user.name
)
"
]
then
git config
--global
--add
user.name
"
${
JUPYTERHUB_USER
}
"
fi
if
[
!
"
$(
git config
--get
user.email
)
"
]
then
git config
--global
--add
user.email
"
${
JUPYTERHUB_USER_EMAIL
}
"
fi
This diff is collapsed.
Click to expand it.
Preview
0%
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