Nástroje používateľa

Nástoje správy stránok


blog:odborny:2015-07-08-integrating_xcode_project_and_github:assembla

Rozdiely

Tu môžete vidieť rozdiely medzi vybranou verziou a aktuálnou verziou danej stránky.

Odkaz na tento prehľad zmien

Obojstranná predošlá revízia Predchádzajúca revízia
Nasledujúca revízia
Predchádzajúca revízia
blog:odborny:2015-07-08-integrating_xcode_project_and_github:assembla [2015/07/08 18:23]
Róbert Toth
blog:odborny:2015-07-08-integrating_xcode_project_and_github:assembla [2019/10/08 23:03] (aktuálne)
Róbert Toth socialshareprivacy2 plugin call replaced with socialite
Riadok 1: Riadok 1:
 ====== Integrating Xcode project and GitHub / Assembla ====== ====== Integrating Xcode project and GitHub / Assembla ======
- 
-~~DRAFT~~ 
-TODO 
  
 This short article will guide you step-by-step through creating Xcode project with local and remote Git repository (GitHub or Assembla) using SSH public/private keys authentication on remote side. This short article will guide you step-by-step through creating Xcode project with local and remote Git repository (GitHub or Assembla) using SSH public/private keys authentication on remote side.
Riadok 19: Riadok 16:
  
 Now, proceed to remote Now, proceed to remote
 +  - create repository
 +  - generate SSH keys to access repository: <code>ssh-keygen -t rsa -f path/to/private/key</code>
 +  - git remote add origin git@github.com:FurloSK/git-test.git
  
  
 ===== Part III: Connecting local and remote repositories ===== ===== Part III: Connecting local and remote repositories =====
  
-  - TODO+  - TODO generate SSH keys
   - Create ''config'' file in ''~/.ssh/'' directory: <code>touch config</code>   - Create ''config'' file in ''~/.ssh/'' directory: <code>touch config</code>
   - Open the file: ''open config''   - Open the file: ''open config''
Riadok 35: Riadok 35:
     - Supply line-divided array of excluded files and directories     - Supply line-divided array of excluded files and directories
     - Sample file for Objective-C ''.gitignore'' file from GitHub is here: [[https://github.com/github/gitignore/blob/master/Objective-C.gitignore]]     - Sample file for Objective-C ''.gitignore'' file from GitHub is here: [[https://github.com/github/gitignore/blob/master/Objective-C.gitignore]]
-    - TODO+    - Finally, push last commited local changes to remote directory: 
 +      - in Xcode: ''Source Control → Push…'' 
 +      - in Terminal: ''git push -u origin master''
  
 +===== Further reading =====
 +  * ssh help: [[https://help.github.com/categories/ssh/]]
 +  * assembla: [[http://stackoverflow.com/questions/26501262/xcode-6-source-control-with-assembla-fatal-repository-https-xxxsubversion-a]]
 +  * Getting Xcode and GitHub to work together: [[http://www.pavley.com/2013/06/12/getting-xcode-and-github-to-work-together-like-besties/]]
 +  * [[http://www.raywenderlich.com/13771/how-to-use-git-source-control-with-xcode-in-ios-6|How To Use Git Source Control with Xcode in iOS 6]]
 +  * [[http://www.cimgf.com/2013/12/10/using-git-in-xcode/|Using Git in Xcode]]
  
  
-{{socialshareprivacy2}} +~~socialite~~ 
-{{tag>draft howto, manual}}+{{tag>howto, manual}}
  
  
blog/odborny/2015-07-08-integrating_xcode_project_and_github/assembla.1436372618.txt.gz · Posledná úprava: 2015/07/08 18:23 od Róbert Toth