Menu

git push

First time using Git
cd myproject
git init
# add all your files.  Users can specify file names or directories instead of '.'
git add .
git commit -a -m 'Initial commit'
git remote add origin ssh://sss@git.code.sf.net/p/sss/del
git push -u origin master
Existing repository using Git
cd myproject
git remote add origin ssh://sss@git.code.sf.net/p/sss/del
git push -u origin master
Posted by safiullinib 2024-12-08

Log in to post a comment.

MongoDB Logo MongoDB