Skip to content

Commit

Permalink
Update git.md (#341)
Browse files Browse the repository at this point in the history
* Update git.md

Added information to 5. and corrected some errors from my last commit.

* fixes

---------

Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
  • Loading branch information
pagr21 and SkafteNicki authored Feb 2, 2025
1 parent 7b085ca commit a89f514
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion s2_organisation_and_version_control/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,12 @@ working together on the same project.
[this guideline](https://github.com/joelparkerhenderson/git-commit-message) for help.

5. Finally push the files to your repository using `git push`. Make sure to check online that the files have been
updated in your repository.
updated in your repository (1).
{ .annotate }

1. :man_raising_hand: Be aware that you either need to generate a token to remote push from you local
[terminal](https://github.com/settings/tokens) or install the
[GitHub CLI](https://docs.github.com/en/github-cli/github-cli/quickstart).

6. You can always use the command `git status` to check where you are in the process of making a commit.

Expand Down

0 comments on commit a89f514

Please sign in to comment.