my-git-operation

direct local =>=>=>=>=>=>=> repository

echo “# react-native-long-ui” >> README.md
git init
git add README.md
git commit -m “first commit”
git remote add origin [email protected]:841660202/react-native-long-ui.git
git push -u origin master

git tag

https://blog.csdn.net/albertsh/article/details/63253614

猜你喜欢

转载自blog.csdn.net/web_longboss/article/details/80372032
my