apt-get install git
git config --global user.name "id"
git config --global user.email "email"
git config --list
git init
git add .
git commit -m “initial commit”
git remote add origin ssh://id@remoteip/git-repos/musesoft/recodia/avm-demo.git
git push origin master
댓글 없음:
댓글 쓰기