- Application Development in iOS 7
- Kyle Begeman
- 230字
- 2021-07-16 11:49:56
Source control
Source control is widely used by large teams and individual developers alike. It provides an extremely useful way to track changes to code and revert back to stable builds of a project with version control. Teams of developers may work separately on individual components by creating and managing a copy of the code (called a branch) without overwriting another team member's code. The change will later be merged while simultaneously tracking all the changes made to the code base.
Source control is not a new feature of Xcode 5; however, Apple has decided to provide easier access to its functionality by creating a top-level menu item. Selecting it will display a drop-down menu with one-click access to most of the source control commands, such as commit, push, and pull. Hovering over Working Copies will open a new submenu that allows you to switch between branches, create a new branch, or merge branches. The following screenshot shows this submenu:

In addition to local source control on your computer, Xcode 5 also supports the ability to connect directly to remote repositories hosted on popular sites, such as GitHub. Open preferences and navigate to the Accounts tab once again. This time, after clicking on the + button, select Add Repository. Once you have entered the proper repository address, Xcode 5 will connect the repository, thus allowing you to access it remotely.
- pcDuino開發實戰
- Puppet實戰
- Learn Helm
- 開源安全運維平臺OSSIM疑難解析:入門篇
- 嵌入式Linux驅動程序和系統開發實例精講
- Windows Server 2012網絡操作系統企業應用案例詳解
- Linux使用和管理指南:從云原生到可觀測性
- Windows Server 2012網絡操作系統項目教程(第4版)
- Advanced TypeScript Programming Projects
- Troubleshooting Docker
- UI設計手繪表現從入門到精通
- Learning IBM Watson Analytics
- openEuler操作系統核心技術與行業應用實踐
- Apache ShardingSphere權威指南
- Linux網絡操作系統項目教程(RHEL 6.4/CentOS 6.4)(第2版)