Skip to content

Instantly share code, notes, and snippets.

@BenGitsCode
Forked from hanxue/Clone-Github-Wiki-Pages.sh
Last active August 7, 2017 15:20
Show Gist options
  • Save BenGitsCode/17ac733f3a2f5203fb9efa4169711a07 to your computer and use it in GitHub Desktop.
Save BenGitsCode/17ac733f3a2f5203fb9efa4169711a07 to your computer and use it in GitHub Desktop.
Cloning Github Wiki Pages
# [ 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