Skip to content

Commit

Permalink
Replace "forwards" with "forward"
Browse files Browse the repository at this point in the history
"Forward" is the correct term when referring to future actions. "Forwards" is typically used for literal directions. For example: "He walked forwards during the parade."
  • Loading branch information
Maddily authored Oct 24, 2024
1 parent 98d68af commit eaa5604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/intermediate_git/using_git_in_the_real_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section contains a general overview of topics that you will learn in this l

### Commit messages for collaboration

Before we dive into workflows, take a minute to remind yourself about good commit messages. You can check the [Commit Messages lesson](https://www.theodinproject.com/lessons/foundations-commit-messages) for a reminder. This is a good time to draw particular attention to [Conventional Commits](https://www.conventionalcommits.org), a standard for commits that is gaining more and more popularity for collaborative projects. It helps to make sure your commit message gives a clear description of its purpose to anyone reading. You may like to implement these going forwards (if you aren't already!), or at least be aware of them for when you read other repos.
Before we dive into workflows, take a minute to remind yourself about good commit messages. You can check the [Commit Messages lesson](https://www.theodinproject.com/lessons/foundations-commit-messages) for a reminder. This is a good time to draw particular attention to [Conventional Commits](https://www.conventionalcommits.org), a standard for commits that is gaining more and more popularity for collaborative projects. It helps to make sure your commit message gives a clear description of its purpose to anyone reading. Going forward, you may like to implement these (if you aren't already!), or at least be aware of them for when you read other repos.

### Assignment

Expand Down

0 comments on commit eaa5604

Please sign in to comment.