Created
January 18, 2014 10:21
-
-
Save hanxue/8488564 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
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 |
"Because wikis are just Git repositories, you can make changes locally and push them to your repository using a Git workflow"
thanks this awsome
Thanks for this
🆒✨✨✨✨✨✨✨✨✨✨✨✨
✨ Thank you for the trick ! ✨
✨✨✨✨✨✨✨✨✨✨✨✨🆒
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks man!! I have a question: how I do a push of a wiki from a repo to another? Thanks again!