Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bcb07a32 authored by MALANDAIN Mathias's avatar MALANDAIN Mathias
Browse files

Fix emojis

parent b3f8f121
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ Oh wow, I did it: less than 500 words. It still looks way too long and bloated.
# Creating a project from scratch {#create-project}
If you just read everything above this line, you are probably pretty hungry right now. Terribly sorry: we will be baking bread :baguette_bread:
If you just read everything above this line, you are probably pretty hungry right now. Terribly sorry: we will be baking bread 🥖
Why did I pick an example that stupid?
......
......@@ -142,7 +142,7 @@ As a project maintainer, I am also interested in the options below the descripti
![](../assets/img/04-branches-issues/B-interact-with-issues/gitlab-notif-buttons.jpg){: .mx-auto.d-block :}
> From left to right : open issues that are assigned to the current user, merge requests assigned to the current user and/or to be reviewed by them (more on that later), to-do list (automated alerts, notifications, etc. that are not part of the first two categories).
> From left to right: open issues that are assigned to the current user, merge requests assigned to the current user and/or to be reviewed by them (more on that later), to-do list (automated alerts, notifications, etc. that are not part of the first two categories).
* **Milestones** are a convenient feature for more mature projects. Issues and merge requests can be grouped under a milestone, so that the advancement of the set of all tasks required to reach a given objective (a new feature being fully implemented, a release-ready version...) can be tracked. This will not be discussed here, as it is out of the scope of a 101 course, but it is a very convenient and pretty easy feature to use.
* **Labels** are maintainer-defined strings that can be used in order to sort out the issues. The use of labels makes it easier for managers to distinguish between urgent and low-priority issues, and for developers to directly reach issues on which they might be most helpful. Frequently used labels include `doc`, `bug`, `feature_request`... but the "best" set of labels is indeed project-dependent. (Labels arealso important if your team wants to use an **issue board** for easier project management: think of it as [an automated Kanban or Scrum board](https://docs.gitlab.com/ee/user/project/issue_board.html).)
......@@ -152,7 +152,7 @@ For illustration purposes, this in an example of what an issue list can look lik
![](../assets/img/04-branches-issues/B-interact-with-issues/issue-handling-7.jpg){: .mx-auto.d-block :}
> Symbol :clock4: indicates a milestone. Custom colors can be chosen for tags, so as to make issue browsing even easier for project collaborators (typically, with bright, warm colors for urgent or important matters and less hostile colors for non-urgent tasks).
> Symbol 🕓 indicates a milestone. Custom colors can be chosen for tags, so as to make issue browsing even easier for project collaborators (typically, with bright, warm colors for urgent or important matters and less hostile colors for non-urgent tasks).
{: .box-note}
You do not have to use all of these features from the get-go, but as a project gets bigger and involves more people, you might find that using some of them actually makes the whole project workflow better.
......@@ -605,7 +605,7 @@ Also, ten points if you correctly guessed what appears directly below these text
![](../assets/img/04-branches-issues/H-accept-mr-and-threads/apply-merge-3.jpg){: .mx-auto.d-block :}
GitLab and its big blue buttons :heartbeat: Click it, and and after a few seconds, you will get this:
GitLab and its big blue buttons 💓 Click it, and and after a few seconds, you will get this:
![](../assets/img/04-branches-issues/H-accept-mr-and-threads/apply-merge-4.jpg){: .mx-auto.d-block :}
......@@ -655,13 +655,13 @@ At last! We can now see the feature branch, but also how it got squashed into a
"Hey", you ask, "why do we have this triangle thing at the top?" Because that is exactly what we asked for: all commits replaced with a single one in our feature branch, and then, this branch being merged into the main branch.
We could have made this history perfectly linear: our `cfc35aa` commit would then be on top of all others, in a nice straight line, with no additional merge commit. This would be called a "fast-forward merge", and honestly, this 101 tutorial has already delved into 201 territory several times :wink: More on that in the extra contents for those of you who *have* to know.
We could have made this history perfectly linear: our `cfc35aa` commit would then be on top of all others, in a nice straight line, with no additional merge commit. This would be called a "fast-forward merge", and honestly, this 101 tutorial has already delved into 201 territory several times 😉 More on that in the extra contents for those of you who *have* to know.
This was how you get commit graphs from your terminal. Let us now have a look at the graph given by GitLab.
## Getting the graph from GitLab
Just go to the left-hand menu, from any page of the project, and go to `Code > Repository graph` :
Just go to the left-hand menu, from any page of the project, and go to `Code > Repository graph`:
![](../assets/img/04-branches-issues/I-graph/graph-4.jpg){: .mx-auto.d-block :}
......
......@@ -4,7 +4,7 @@ subtitle: "Where things get less messy."
tags:
---
Congratulations: you now know basically everything you need to know about the daily use of Git and GitLab :tada:
Congratulations: you now know basically everything you need to know about the daily use of Git and GitLab 🎉
However, as a corollary, you may now have an idea of how things may get messy. Here is a "short" list:
......
......@@ -329,4 +329,4 @@ The first rule that applies to the current pipeline will take precedence. In the
----
Aaaand you reached the end of this whole mess of a tutorial :tada:
\ No newline at end of file
Aaaand you reached the end of this whole mess of a tutorial 🎉
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment