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.
2- navaigated wampserver www folder
3- after selecting mapapp folder dialog puped up
4- clicked on create repository , dialog box appeared
5- typed name of repository mapapp , clicked on create repositoryand published repository
but in both side of repository (desktop application/ web) not seeing of including files , folders! 
here output of desktop , web views
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"
and:
in command-line, can:
cd /path/to/repo git add . git commit -m "first commit" then either publish, or git push.










Comments
Post a Comment