-
-
Save BenGitsCode/17ac733f3a2f5203fb9efa4169711a07 to your computer and use it in GitHub Desktop.
Cloning Github Wiki Pages
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
# [ Modified from original => https://github.com/BenGitsCode/instructors.git ] | |
hanxue-mac:Github hanxue$ git clone https://github.com/AppScale/appscale.wiki.git | |
Cloning into 'appscale.wiki'... | |
remote: Counting objects: 1745, done. | |
remote: Compressing objects: 100% (1733/1733), done. | |
remote: Total 1745 (delta 1089), reused 10 (delta 4) | |
Receiving objects: 100% (1745/1745), 267.93 KiB | 35.00 KiB/s, done. | |
Resolving deltas: 100% (1089/1089), done. | |
Checking connectivity... done | |
hanxue-mac:Github hanxue$ ls appscale.wiki/ | |
.git/ | |
.md | |
Adding-Machines-to-an-AppScale-Deployment.md | |
Adding-Support-for-a-New-Database.md | |
Advanced-Deployment.md | |
AppController.md | |
AppDB.md | |
AppScale-on-Amazon-EC2.md | |
AppScale-on-Cloud-as-Cluster.md | |
AppScale-on-Eucalyptus.md | |
AppScale-on-Google-Compute-Engine.md | |
AppScale-on-Rackspace.md | |
AppScale-on-VirtualBox.md | |
Automated-Data-Persistence.md | |
Autoscaling-Application-Servers.md | |
Building-a-ubuntu-lucid-image-(Deprecated).md | |
Changelog.md | |
Changing-the-Ports-Your-App-Serves-Traffic-On.md | |
Chris-Bunch.md | |
Contribute!.md | |
DatastoreServer.md | |
FAQs.md | |
Hiranya-Jayathilaka.md | |
# Ensure that an initial wiki page has been made if it's a new repo | |
# only changes pushed to master will show on github | |
# push to https://github.com/ORGANIZATION/REPO.wiki.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment