Merged
Conversation
obonaventure
requested changes
Apr 8, 2020
| @@ -0,0 +1,119 @@ | |||
| # Introduction | |||
|
|
|||
| L'utilisation des _**alias**_ dans le shell (bash pour les explications qui suivent) est un outil à connaître absolument par la simplicité de sa mise en place et par le temps qu'il fait gagner quand on l'exploite bien. | |||
There was a problem hiding this comment.
Ce serait bien de mettre bash pour avoir un lien vers la page de manuel officielle
| $ cd ~/Documents/University/LEPL1503/ProjetP3 | ||
| ``` | ||
|
|
||
| Cela est assez chronophage et ennuyant, et les alias permettent de recourir à ce problème. Ils nous permettront par exemple d'écrire directement |
There was a problem hiding this comment.
je mettrais éviter ou résoudre plutôt que "recourir à"
| ``` | ||
| gac "Message" | ||
| ``` | ||
| **Attention, cet alias est à utiliser avec précaution !** |
There was a problem hiding this comment.
Cela suppose d'avoir un très bon fichier .gitignore ...
|
Merci pour cet article, je l'intègre au blog. Les problèmes des tests d'intégration sont liés à l'orthographe de certains mots que je vais corriger. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.