Try the search, it's linked to some great forums

Tuesday, October 6, 2015

Github workflow

 Source Control error (after adding a file?);
fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

 WTF!?!

Here's the workflow in pictures, dummy!

Setting up a new gitHubbed project





1.
Fork the repo to your own gitHub
 2.
Clone your repo to a local repo






3.
git clone (the URL) to create local repo in the parent directory
4.  Check to see that project has been created with Finder



5.  Open the project in Xcode and check history to ensure you have proper copy
Open the project in Xcode and check history to ensure you have proper copy
6.  Create your pwn branch - Source Control - Working copy -
new branch

7.



Saving & merging your changes

1. Make some changes



2. Commit (and Push?) the changes
Commit & Push as separate operations

3. Merge the changes (from the Command line???)