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
Git course
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
courses
Git course
Commits
669c8dfb
Commit
669c8dfb
authored
Apr 24, 2016
by
Laros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated links to presentations and handouts.
parent
44550afe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
8 deletions
+21
-8
README.md
README.md
+8
-8
build.sh
build.sh
+13
-0
No files found.
README.md
View file @
669c8dfb
...
...
@@ -33,18 +33,18 @@ using the LUMC GitLab server and using Git for data analysis projects.
| Time | Subject | Teacher | Contents |
| ----- | ----------------- | ----------------- | ------------------------- |
| 09:00 |
[
Introduction
](
/uploads/
c16e25cadec825ca79a768825f5e64a2
/introduction.pdf
)
| Jeroen Laros | Welcome, GitLab overview, SSH keys |
| 09:30 |
[
Practical
](
/uploads/
59500f585b0b5f06ce4464375f2104a9
/introduction_handouts.pdf
)
| | |
| 09:45 |
[
Git basics
](
http://bit.ly/lumc_git_basics
)
| Wibowo Arindrarto | Basic Git command line fu |
| 10:30 |
[
Practical
](
/uploads/
5590b3f6eb6976d92b4d153b906543b
3/basics_handouts.pdf
)
| | |
| 09:00 |
[
Introduction
](
/uploads/
a39cd4f06b7f52db4a69ccb556b7d0d1
/introduction.pdf
)
| Jeroen Laros | Welcome, GitLab overview, SSH keys |
| 09:30 |
[
Practical
](
/uploads/
82a66303595f40d3b8a7854a33e1f51a
/introduction_handouts.pdf
)
| | |
| 09:45 |
[
Git basics
](
/uploads/893488160447dbc3cae5b4259c401581/basics.pdf
)
| Wibowo Arindrarto | Basic Git command line fu |
| 10:30 |
[
Practical
](
/uploads/
6e1780b1070b7ae0f5144c116fd40f2
3/basics_handouts.pdf
)
| | |
| 11:00 | Coffee | | |
| 11:15 |
[
Git and remote repositories
](
/uploads/
fae0409963d991c25221843288ed3368
/remotes.pdf
)
| Martijn Vermaat | Sharing and collaborating via GitLab |
| 11:15 |
[
Git and remote repositories
](
/uploads/
9a90d60aa0c767b2c3634a9268583f87
/remotes.pdf
)
| Martijn Vermaat | Sharing and collaborating via GitLab |
| 12:00 | Lunch | | |
| 13:00 |
[
Practical
](
/uploads/
bd5d6574d2534d3a7afaf3d43bf70aaf
/remotes_handouts.pdf
)
| | |
| 13:00 |
[
Practical
](
/uploads/
7cf18fa0d9c2d7422b04ccb8c9d7ac3e
/remotes_handouts.pdf
)
| | |
| 13:30 |
[
Data analysis
](
usecases/
)
| Szymon Kiełbasa | More GitLab, Markdown, data analysis use case |
| 14:30 | Break | | |
| 14:45 |
[
Combining changes by merging
](
/uploads/
af01008ba3e6f2c0e1742dc292690e22
/merging.pdf
)
| Martijn Vermaat | Commit graph, merging, resolving merge conflicts |
| 15:30 |
[
Practical
](
/uploads/
b9649d50b3146eaf4632efc80f143f54
/merging_handouts.pdf
)
| | |
| 14:45 |
[
Combining changes by merging
](
/uploads/
62ff4f6f2c6ec1a8b2565aea8dca32a4
/merging.pdf
)
| Martijn Vermaat | Commit graph, merging, resolving merge conflicts |
| 15:30 |
[
Practical
](
/uploads/
94849cdea022c8050bda1175182eac71
/merging_handouts.pdf
)
| | |
| 16:00 | Questions, closing | | |
...
...
build.sh
0 → 100644
View file @
669c8dfb
#!/bin/sh
dirs
=
"basics introduction merging remotes"
output
=
"website"
mkdir
-p
$output
for
dir
in
$dirs
;
do
cd
$dir
make
cp
*
.pdf ../
$output
make distclean
cd
..
done
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