Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Right now the push and pull buttons are gray because Git can work locally, without a remote host (you don't have to use Bitbucket or any other remote host with Git, you can run it all locally, I recommend reading up on that here if you want more info: <a href="http://gitref.org/remotes/" rel="nofollow">http://gitref.org/remotes/</a>). There seems to be a <em>bug</em> if you want to call it that in Coda where you can't edit the repository URL or add remotes once it's been set except by doing so via command line.</p> <p>So, if you choose the <em>Initiate Empty Git Repository</em> option when you setup the site rather than cloning from Bitbucket you're stuck with it unless you jump into the command line.</p> <p>That being said. The workaround, if you'd rather use a remote Git repository than a local one is to set it up remotely first (so login to Bitbucket, create a repo, then start a new site in Coda and on the SCM tab choose <em>Clone Git Repository</em> rather than <em>Initialize Empty Git Repository</em> and you'll be setup I think the way you want to be.</p> <p>If you do jump into the command line and add a new remote, on the <em>Source</em> tab when you're setting up or editing the site is an option for <em>Local</em> and <em>origin</em> or whatever you named the remote (the Git default name is <em>origin</em>).</p> <p>Regarding your issue with comparing, I'm guessing here, but if you haven't made any commits yet there probably isn't anything to compare to. Although your new files should be listed, probably with an <em>Add</em> button next to them. Add, Commit and then make more changes and you should be able to compare.</p> <p>Finally, with regards to the location of Git, so long as its registered in the terminal window, you're all good. If you can execute <code>$ which git</code> (without the dollar sign) in a bash window and get a response that points to a path the system knows where Git is. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload