Created
June 3, 2009 08:45
-
-
Save jacobat/122890 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| % git pull ../reposA | |
| warning: no common commits | |
| remote: Counting objects: 4, done. | |
| remote: Compressing objects: 100% (2/2), done. | |
| remote: Total 4 (delta 0), reused 0 (delta 0) | |
| Unpacking objects: 100% (4/4), done. | |
| From ../reposA | |
| * branch HEAD -> FETCH_HEAD | |
| Merge made by recursive. | |
| 0 files changed, 0 insertions(+), 0 deletions(-) | |
| create mode 100644 dirA1/fileA3 | |
| create mode 100644 fileA1 | |
| create mode 100644 fileA2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment