Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Merge Rebase Bisect Demo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shadi Sharba
Merge Rebase Bisect Demo
Commits
6f3a9e50
Commit
6f3a9e50
authored
2 years ago
by
Simon Pirkelmann
Browse files
Options
Downloads
Patches
Plain Diff
fixed links
parent
38d9f47f
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
README.rst
+4
-3
4 additions, 3 deletions
README.rst
with
4 additions
and
3 deletions
README.rst
+
4
−
3
View file @
6f3a9e50
...
...
@@ -45,7 +45,7 @@ your new project (it will be placed in a subfolder)::
There, use the template provided by this repository to create a template python
project in the current folder::
cookiecutter https://gitlab.cc-asp.fraunhofer.de/
simulation-htl
/fraunhofer-htl-pypackage-gitlab-template
cookiecutter https://gitlab.cc-asp.fraunhofer.de/
code-and-coffee
/fraunhofer-htl-pypackage-gitlab-template
The tool will ask you to enter a number of inputs such as a name and description
for the project, your GitLab username, etc.
...
...
@@ -60,9 +60,10 @@ various template files that you can populate with your own code.
git init
git add .
To push the repository to GitLab you need to specify the remote::
To push the repository to GitLab you need to specify the remote. Use the URL of
the GitLab project from ``Step 1``::
git remote add origin
git@
gitlab.cc-asp.fraunhofer.de
:code-and-coffee/cookiecutter_tes
t.git
git remote add origin
https://
gitlab.cc-asp.fraunhofer.de
/myusername/my_awesome_projec
t.git
Now, push the repository::
...
...
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