Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
courses
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TheAlternative
courses
Commits
58750db0
Commit
58750db0
authored
Jan 12, 2020
by
Florian Moser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add advanced topics
parent
c699d852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
5 deletions
+34
-5
git_gitlab_course/boilerplate-single.html
git_gitlab_course/boilerplate-single.html
+34
-5
No files found.
git_gitlab_course/boilerplate-single.html
View file @
58750db0
...
...
@@ -153,7 +153,7 @@ create an account if you have none
# Finish setup gitlab
create a password in the settings
use
an SSH key (optional)
add
an SSH key (optional)
<img src="images/gitlab_project_created.jpg" width="100%">
...
...
@@ -171,8 +171,7 @@ use an SSH key (optional)
# Add a readme
eplain your project
for other and your future self
eplain your project for others and your future self
<img src="images/gitlab_add_readme.jpg" width="100%">
...
...
@@ -195,7 +194,7 @@ GPL to allow usage if basic freedom granted to users
# Install github desktop
download from https://desktop.github.com/
open your repository folder
then
open your repository folder
<img src="images/github_add_repository.jpg" width="100%">
...
...
@@ -212,7 +211,7 @@ download the changes made on gitlab
# Commit changes
change your local file
preview the changes and then commit
then
preview the changes and then commit
<img src="images/github_changes.jpg" width="100%">
...
...
@@ -228,8 +227,38 @@ push the changes
# View history
see the changes you've made in the past
<img src="images/github_history.jpg" width="100%">
---
# Introduction done!
play around with in for yourself!
we are here to answer questions.
inspiration:
- change two files but only commit one
- revert some changes
- add some of your document to git
ressources:
- https://education.github.com/git-cheat-sheet-education.pdf
- https://git-scm.com/book/en/v2
in 30 Minutes we will start with advanced topics.
---
# Advanced topics
create branch & merge request
create issue & mention it in commit
fork & merge back into origin
add different remotes
use SSH key
---
</textarea>
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