Git Notes

My Favorites Git Notes —-Quick Git init —— echo “# rtrt” >> README.md git init git add README.md git commit -m “first commit” git remote add origin git@github.com:stnc/react-native-for-wordpress.git git push…