open Git Bush from popup menu on windows
paste follow code...
git init
git add -A
git add *
git config user.email "email@example.com"
git config user.name "username"
git commit -m "commit description"
git remote add origin https://github.com/broject/CodeIgniterNuSoapSample.git
git push -f origin master
-f forse commit
No comments:
Post a Comment