Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions day1/04_Commits/02_Commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Additionally, the date, time, and the checksum of the previous commit are stored
user name and email address as commit author. This command opens the configured editor
requiring you to add a commit message.

You can also create empty commits. This is sometimes done with the initial commit in a repository:

@@@Sh
git commit --allow-empty -m "Initial commit"

~~~ENDSECTION~~~

!SLIDE smbullets
Expand Down
2 changes: 2 additions & 0 deletions day2/03_CI/04_Gitlab_Pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ Documentation: https://docs.gitlab.com/ce/ci/yaml/README.html#stage
* Commit the changes
* Check the GitLab Job Pipelines

Hint: You can add `[ci skip]` or `[skip ci]` to your commit message.

!SLIDE supplemental solutions
# Lab ~~~SECTION:MAJOR~~~.~~~SECTION:MINOR~~~: Proposed Solution
****
Expand Down