diff --git a/docs/conversion/ccpp-conversion-guide.md b/docs/conversion/ccpp-conversion-guide.md index da2a141a..acdf9d51 100644 --- a/docs/conversion/ccpp-conversion-guide.md +++ b/docs/conversion/ccpp-conversion-guide.md @@ -42,5 +42,5 @@ And select the `Create new fork` option. This will bring you to the "Create new Failure to uncheck this will prevent you from pulling in updates from the `development` branch easily. -As you make changes and want to commit them to your github repos, you’ll be managing two separate repos. When you issue git commands, be aware of where you are in your code tree. If you want to see changes in CAM-SIMA, you can issue a `git status` in the main CAM-SIMA directory. If you want to see changes in the atmospheric_physics repo, make sure you are in `src/physics/ncar_ccpp` before you issue the `git status` command. All other git commands will be relative to your current working directory as well. +As you make changes and want to commit them to your github repos, you will be managing two separate repos. When you issue git commands, be aware of where you are in your code tree. If you want to see changes in CAM-SIMA, you can issue a `git status` in the main CAM-SIMA directory. If you want to see changes in the atmospheric_physics repo, make sure you are in `src/physics/ncar_ccpp` before you issue the `git status` command. All other git commands will be relative to your current working directory as well.