Skip to content

Commit

Permalink
Update doc/git commands.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jesper Friis <jesper-friis@users.noreply.github.com>
  • Loading branch information
sygout and jesper-friis authored Jul 4, 2024
1 parent 3c52f52 commit 5dde9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/git commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ some changes two operations are needed: tagging and committing. Tagging will con
in indicating which file is to be marked as changed (and so which changes will be recorded
in the repository). Committing will actually do the recording of the changes.

Tagging is done by: ```git add name_of_file```
Staging is done by: ```git add name_of_file```

Commiting is done by: ```git commit -m "my description of the changes" ```

Expand Down

0 comments on commit 5dde9da

Please sign in to comment.