git add -A && git commit -m “Release 0.0.1.”
git tag ‘0.0.1’
git push –tags
Monthly Archives: January 2017
Git cloning from local server
Just a reminder of the order
git clone user@192.168.1.24:~/projects/ios/whatever.git
git add -A && git commit -m “Release 0.0.1.”
git tag ‘0.0.1’
git push –tags
Just a reminder of the order
git clone user@192.168.1.24:~/projects/ios/whatever.git