-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tests for mepo push, diff, whereis and reset
- Loading branch information
1 parent
3412ad7
commit f3f521e
Showing
5 changed files
with
123 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Diffing... | ||
FVdycoreCubed_GridComp (location: .): | ||
|
||
GEOS_FV3_Utilities.F90 | ||
───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
fatal: You are not currently on a branch. | ||
To push the history leading to the current (detached HEAD) | ||
state now, use | ||
|
||
git push https://github.com/GEOS-ESM/FVdycoreCubed_GridComp.git HEAD:<name-of-remote-branch> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Removing src/Components/@FVdycoreCubed_GridComp/@fvdycore...done. | ||
Removing src/Components/@FVdycoreCubed_GridComp...done. | ||
Removing src/Shared/@FMS...done. | ||
Removing src/Shared/@MAPL...done. | ||
Removing src/Shared/@GMAO_Shared...done. | ||
Removing @cmake/@ecbuild...done. | ||
Removing @cmake...done. | ||
Removing @env...done. | ||
Removing mepo state...done. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
GEOSfvdycore | . | ||
env | @env | ||
cmake | @cmake | ||
ecbuild | @cmake/@ecbuild | ||
GMAO_Shared | src/Shared/@GMAO_Shared | ||
MAPL | src/Shared/@MAPL | ||
FMS | src/Shared/@FMS | ||
FVdycoreCubed_GridComp | src/Components/@FVdycoreCubed_GridComp | ||
fvdycore | src/Components/@FVdycoreCubed_GridComp/@fvdycore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters