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
984e4f89
Commit
984e4f89
authored
Mar 19, 2020
by
Florian Moser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update git.html
parent
92401ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
git_gitlab_course/git.html
git_gitlab_course/git.html
+25
-1
No files found.
git_gitlab_course/git.html
View file @
984e4f89
...
@@ -120,6 +120,30 @@ nothing added to commit but untracked files present (use "git add" to track)
...
@@ -120,6 +120,30 @@ nothing added to commit but untracked files present (use "git add" to track)
---
---
# Change something
&
commit it
so let's follow the advice and do
```bash
git add helloworld.html
```
and then **commit** this change
```bash
git commit -m 'add my first file'
```
you can always check everything you did with
```bash
git log
```
```bash
commit 3b5616d1ba962e7a2e4af1f1bdd54f5d65d4e22d (HEAD -> master)
Author: Oscan Openness
<oscar
@
freedom.org
>
Date: Sun Jan 12 12:20:28 2020 +0100
---
class: center, middle
class: center, middle
# Remote workflow with Gitlab
# Remote workflow with Gitlab
...
@@ -129,7 +153,7 @@ class: center, middle
...
@@ -129,7 +153,7 @@ class: center, middle
# Login to gitlab
# Login to gitlab
create an account if you have none
create an account
(with switch edu)
if you have none
---
---
...
...
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