cd existing_foldergit initgit remote add origin http://10.26.1.9/root/yunlian.gitgit add .git commit -m "Initial commit"git push -u origin master