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 5dde9da commit 7ca1c03
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 @@ -47,7 +47,7 @@ Staging is done by: ```git add name_of_file```
Commiting is done by: ```git commit -m "my description of the changes" ```

The command ```git status``` will give you an overview of the tracked files that
have been modified, the tagged files, and also of the files that are not tracked.
have been modified, the staged files, and also of the files that are not tracked.
It also indicates on which branch you are.

After the commit, your local repository has been updated. This update needs to
Expand Down

0 comments on commit 7ca1c03

Please sign in to comment.