Created
September 21, 2022 10:28
Star
You must be signed in to star a gist
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
| λ main* git fetch --dry-run | |
| remote: Enumerating objects: 58, done. | |
| remote: Counting objects: 100% (58/58), done. | |
| remote: Compressing objects: 100% (56/56), done. | |
| remote: Total 58 (delta 29), reused 0 (delta 0), pack-reused 0 | |
| Unpacking objects: 100% (58/58), 8.93 KiB | 571.00 KiB/s, done. | |
| From ... | |
| 1dd16ba..29a3aea main -> origin/main | |
| λ main* git fetch --dry-run | |
| From ... | |
| 1dd16ba..29a3aea main -> origin/main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment