How to push wiki to github
Try the same operation in command line:
Once you have cloned your wiki locally, and modified/added files, do:
cd /path/to/local/cloned/wiki
git add .
git commit -m "new files"
git push
Try the same operation in command line:
Once you have cloned your wiki locally, and modified/added files, do:
cd /path/to/local/cloned/wiki
git add .
git commit -m "new files"
git push