Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

english translation corrections #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
english translation corrections
Wrongly use of "order" word instead of "command" at some places
  • Loading branch information
niushapaks authored Feb 24, 2023
commit 3a693f9be29ebf3638d678223d2f0876f15451c1
8 changes: 4 additions & 4 deletions git/EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Written by Ludovic Dussart.
3. [Cheat Sheet](#cheat-sheet)
* [Rules and good practices](#rules-good-practices)
* [Who ? What ? How?](#who--what--how-)
* [Frequent orders](#frequent-orders)
* [Frequent commands](#frequent-commands)
4. [Start with a project](#start-with-a-project)
5. [Minimum configuration](#minimum-configuration)
6. [Ignore files (.gitignore)](#ignore-files-gitignore)
Expand All @@ -22,7 +22,7 @@ Written by Ludovic Dussart.

[To go further](#to-go-further)

10. [More Orders](#more-orders)
10. [More Commands](#more-commands)
10. [Enrich the Git configuration](#enrich-the-git-configuration)
11. [Tag creation](#tag-creation)
12. [Branch merge](#branch-merge)
Expand Down Expand Up @@ -197,7 +197,7 @@ The standard use of Git takes place in 3 steps:
* I made a bad manipulation and I lost my modifications: cf. [Reflog](#reflog-your-safety-net)
* I have finished working on my task and I must propose it to my team: cf. [Submit a merge request](#submit-a-branch-merge-request)

### Frequent Orders
### Frequent Commands
#### Setup

```shell
Expand Down Expand Up @@ -617,7 +617,7 @@ The commit message should be structured as follows:

## For further

### More Orders
### More Commands

> Use `git` + **TAB** to have the terminal prompt you with the commands
>
Expand Down