How to Push an Xcode Project to GitHub Using Terminal
Описание
How to push an iOS Xcode project to GitHub using terminal is actually very simple. I go over creating your initial repository and pushing your Xcode project to it. The commands are all you need, but I give quite a few pointers throughout the video.
----------------------------- GIT COMMANDS -----------------------------
$ git init
$ git add .
$ git commit -m "message here"
$ git remote add origin git+ssh://git@github.com/yourAccount/repoURL
$ git push origin master
----------------------------- MY CAMERA GEAR -----------------------------
Camera - Panasonic Lumix G7 - http://amzn.to/2dS8uYi
Microphone - Rode Video Micro - http://amzn.to/2eHr7xj
Tripod - Manfrotto Compact Action Tripod - http://amzn.to/2jgbaOI
Bendy Tripod - Joby GorillaPod - http://amzn.to/2eO2r5S
----------------------------- LINKS -----------------------------
GitHub --- https://github.com/ForrestKnight
Instagram --- https://instagram.com/Forrest.Swift
Twitter --- https://twitter.com/ForrestPKnight
Udemy iOS 10 & Swift 3 Course (JUST ENROLLED, I DIDN'T MAKE IT) ---http://tinyurl.com/zyp4uy8
Country Cue 1 by Audionautix is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/by/4.0/)
Artist: http://audionautix.com/
Рекомендуемые видео



















