Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created February 21, 2018 06:54
Show Gist options
  • Save vialyx/7446bb24d17bf8c17723135be9629380 to your computer and use it in GitHub Desktop.
Save vialyx/7446bb24d17bf8c17723135be9629380 to your computer and use it in GitHub Desktop.
# Goto working folder
Maxim-Vialykh-MacBook-Pro:~ maxim.vialykh$ cd medium
# Clone repository
Maxim-Vialykh-MacBook-Pro:medium maxim.vialykh$ git clone https://gitlab.medium.com/medium/ios.git
# After this command you should enter username/password
Cloning into 'ios'...
remote: Counting objects: 8351, done.
remote: Compressing objects: 100% (2253/2253), done.
remote: Total 8351 (delta 6097), reused 8227 (delta 6020)
Receiving objects: 100% (8351/8351), 5.20 MiB | 17.03 MiB/s, done.
Resolving deltas: 100% (6097/6097), done.
# Print working folder content
Maxim-Vialykh-MacBook-Pro:medium maxim.vialykh$ ls
ios
# Goto clonning repository folder
Maxim-Vialykh-MacBook-Pro:medium maxim.vialykh$ cd ios
# Print clonning repository folder content
Maxim-Vialykh-MacBook-Pro:ios maxim.vialykh$ ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment