Skip to content
Snippets Groups Projects
Commit 5be865f8 authored by Mark HOEBEKE's avatar Mark HOEBEKE
Browse files

WIP: some more contents.

parent 91663df8
No related branches found
No related tags found
3 merge requests!3Merge latest from git-basics into main.,!2Update main with latest from git-basics,!1Update master with latest from Git Basics
......@@ -30,12 +30,23 @@ Git is a distributed version management system. A specific project can be stored
### GitLab User Interface Main Panels
#### Project Summary Information
#### Project Summary Information
Recap with your project's name the number of _commits_, _branches_ (more on these soon) and _tags_ as well as storage space occupied by project files.
Recap with your project's name the number of _commits_, _branches_ (more on these soon) and _tags_ as well as storage space occupied by project files.
![./media/gitlab_project_info.png](./media/gitlab_project_info.png)
![./media/gitlab_project_info.png](./media/gitlab_project_info.png)
####
#### Current View and Most Recent Activity
Which _branch_ are we looking at ?
What was the most recent activity in this branch ?
![./media/gitlab_current.png](./media/gitlab_current.png)
#### Files / Folders in the Current View
Which files folders are part of the current _branch_ ?
If there's a `README.md` file, what's its contents ?
![./media/current_files.png](./media/current_files.png)
git-basics/media/current_files.png

64.9 KiB

git-basics/media/gitlab_current.png

36.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment