I have Create Some Useful Module For Drupal 7 and I want to publish that on drupal.org marketplace . I haven't found any helpful documentation to publish this item . Can you help me to publish them .
My R&D Links
Finaly I have Got It . HopeFully It It Help Other Drupal Lover Also
Initial Step : Click Here to Config Druple With Git
Create Project Click Here To Create project
After Save goto the
Your-Project>Version control
and follow the gitcode
mkdir kasper_test
cd kasper_test
git init
git checkout -b 7.x-1.x
echo "name = Kasper test" > kasper_test.info
git add kasper_test.info
git commit -m "Initial commit."
git remote add origin [email protected]:sandbox/kasper/2581077.git
git push origin 7.x-1.x