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>...]'
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 |
Clone your repo to a local repo |
git clone (the URL) to create local repo in the parent directory |
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 |
new branch |
7.
Saving & merging your changes
1. Make some changes2. Commit (and Push?) the changes
Commit & Push as separate operations |
3. Merge the changes (from the Command line???)