Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| brasil:courses:git_gitlab:1_git_gitlab_prerequisites [2026/08/11 15:25] – [Find your linux files from windows] yann | brasil:courses:git_gitlab:1_git_gitlab_prerequisites [2026/08/12 13:07] (Version actuelle) – yann | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | <note tip> | ||
| + | **Get an offline copy of this page by clicking the libreoffice writer icon** ~~ODT~~ | ||
| + | </ | ||
| ====== Git/Gitlab courses UFU 2026 ====== | ====== Git/Gitlab courses UFU 2026 ====== | ||
| {{: | {{: | ||
| + | |||
| + | {{ : | ||
| ====== Prerequisites====== | ====== Prerequisites====== | ||
| + | |||
| + | <note importante> | ||
| + | **To install WSL or WSL2 you need Windows 10 or 11.** | ||
| + | </ | ||
| ===== Install Windows Subsystem for Linux (WSL) ===== | ===== Install Windows Subsystem for Linux (WSL) ===== | ||
| Ligne 202: | Ligne 211: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ==== Disable Creation via Windows Group Policy ==== | ||
| + | |||
| + | You can stop Windows from generating this data globally so that future file transfers do not create new identifier files: | ||
| + | * Press Win + R, type '' | ||
| + | * Navigate to: '' | ||
| + | * Open Do not preserve zone information in file attachments. | ||
| + | * Set the policy to '' | ||
| + | |||
| + | ==== Disable Creation via Windows Registry ==== | ||
| + | |||
| + | If you are using Windows Home edition and lack the Group Policy Editor, you can use the Registry Editor to achieve the same result: | ||
| + | * Press Win + R, type '' | ||
| + | * Navigate to: '' | ||
| + | * Right-click inside the Attachments folder, select '' | ||
| + | * Double-click '' | ||
| + | |||
| + | ==== Hide Files from Git Repositories ==== | ||
| + | |||
| + | If these files frequently pop up in your project work and you want to prevent them from being committed to Git, add them to your tracking block: | ||
| + | * Add the following line to your project' | ||
| ===== Interoperability ===== | ===== Interoperability ===== | ||
| Ligne 269: | Ligne 299: | ||
| * Keep the first line under 50 characters and do not add a period at the end. | * Keep the first line under 50 characters and do not add a period at the end. | ||
| * Append ! after the type/scope (e.g., feat(api)!: | * Append ! after the type/scope (e.g., feat(api)!: | ||
| + | |||
| + | ====== Using Git with windows ====== | ||
| + | {{ : | ||
| + | |||
| + | To use git directly with windows, you need to install it from https:// | ||
| + | |||
| + | Inside windows explorer you can access git using a gui or a shell bash as viewed in this courses : | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | {{ : | ||
| + | |||
