cloning the repo
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
users-MacBook-Air: $ git clone git@github.com:anjanashankar9/GitAdvanced.git | |
Cloning into 'GitAdvanced'... | |
remote: Enumerating objects: 10, done. | |
remote: Counting objects: 100% (3/3), done. | |
remote: Compressing objects: 100% (3/3), done. | |
remote: Total 10 (delta 0), reused 3 (delta 0), pack-reused 7 | |
Receiving objects: 100% (10/10), done. | |
Resolving deltas: 100% (1/1), done. | |
users-MacBook-Air:Anjana vishal$ cd GitAdvanced/ | |
users-MacBook-Air:GitAdvanced vishal$ ls -lR | |
total 8 | |
-rw-r--r-- 1 vishal staff 59 May 8 00:06 README.md | |
drwxr-xr-x 2 vishal staff 64 May 8 00:06 gitBasics | |
./gitBasics: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment