How to add existing django project onto git hub -
i have created django python web app .how add github new both of these , have searched web somedays without luck.
recommend tutorials, following code pointer.
git init git add . git commit -m 'first commit' git remote add origin <github repo link> git push origin master
Comments
Post a Comment