github - New Repository From WampServer WWW Folder Not Publishing Completely -


i using github desktop 0.7.0 on top of windows 10 , trying publish wampserver project github repository after publishing repository not seeing including files in neither desktop github or on github.com.

here steps took publish repository called mapapp simple website application.

1- tried add anew repository github desktop file-> add local repository... option.

enter image description here

enter image description here

2- navaigated wampserver www folder

enter image description here

3- after selecting mapapp folder dialog puped up

enter image description here

4- clicked on create repository , dialog box appeared

enter image description here

5- typed name of repository mapapp , clicked on create repositoryand published repository

enter image description here

but in both side of repository (desktop application/ web) not seeing of including files , folders! enter image description here

here output of desktop , web views

enter image description here

enter image description here

sorry taking long tried illustrated did

creating , publishing not enough see files published well.

you need add , commit them locally, before publishing (again) repo (no need re-create though)

see "committing , reviewing changes project"

https://help.github.com/assets/images/help/desktop/commit-all-win.png

and:

https://help.github.com/assets/images/help/desktop/commit-button-win.png

in command-line, can:

cd /path/to/repo git add . git commit -m "first commit" 

then either publish, or git push.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -