gitlab-training icon indicating copy to clipboard operation
gitlab-training copied to clipboard

Open Source Training for GitLab and Git

Results 36 gitlab-training issues
Sort by recently updated
recently updated
newest added
trafficstars

This adds more possibilites with the native shell integration. - Explain >, * and = for modified changes, staged, not pull etc.

enhancement

There's some wicked loop happening in the upload artifacts GitHub Action ``` ./global/ ./global/global/ ./global/global/global/ ./global/global/global/global/ ./global/global/global/global/global/ ```

infrastructure

Push an existing Git repository ``` cd existing_repo git remote rename origin old-origin git remote add origin https://11697-gitlab-0b092-web.nws.netways.de/gitlab-instance-249a55c0/training.git git push -u origin --all git push -u origin --tags ```

Same as in #232, training participants frequently ask about the fork functionality of GitLab. Maybe adding a lab where they fork a preexisting `internal` repository on the platform and explaining...

feature
day1

Labels integrate with various parts of GitLab's project management features: - issues - merge requests - Kanban board more and more participants of the training ask about labels and I...

feature
day2

They're pretty squished together and not super readable. One solution I could think of would be splitting them into two slides?

needs-discussion
day2

At this point the excercises aren't as straightforwards as I would like them to be. There are a bunch of commands that are a little too complex to expect people...

needs-discussion
day2

Using dedicated commands is less confusing to new users of git, and we should update the slides to demonstrate the usage of `git switch [-c]` instead of `git checkout [-b]`...

feature
day1
needs-discussion
reminder

Using dedicated commands is less confusing to new users of git, and we should update the slides to demonstrate the usage of `git restore [--staged]` instead of `git rm [--cached]`...

feature
day1
needs-discussion
reminder