Skip to content

Commit

Permalink
Refactor: Improve sentence on line 31 (#28668)
Browse files Browse the repository at this point in the history
This provide more clarity to the context.
  • Loading branch information
Bright-Anyawe authored Aug 20, 2024
1 parent bcf3575 commit 70a11b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/intermediate_git/working_with_remotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git log

```

Huh, that's interesting. We don't see our fourth file on our local system. Let's check our GitHub repository to see if it's there.
Huh, that's interesting. We can’t find our fourth file on our local system. Let's check our GitHub repository to see if it's there.

Oh no, we just destroyed it! In this scenario, the danger - you could potentially destroy the work of those you're collaborating with! `git push --force` is a **very dangerous command, and it should be used with caution when collaborating with others**. Instead, you can fix your outdated history error by updating your local history using `fetch`, `merge`, and then attempting to `push` again.

Expand Down

0 comments on commit 70a11b4

Please sign in to comment.