Daniel X Moore
Daniel X Moore
Open dependency source in an editor window. Allow for saving back to github or perhaps overwriting local copy or a local branched copy.
If a repo is forked we should be able to detect that and add a "pull from upstream" button that will merge in any upstream changes. Or optionally force a...
To eliminate the "Empty commit" and squash all the others into one commit for the branch we should rebase and force-push our branch commits.. It may get more complex if...
In the github api if you have two branches where one begins with a subset it returns an array rather than an object. Ex: ``` GET https://api.github.com/repos/STRd6/editor/git/refs/heads/e ``` Returns an...
We'll probably need to setup our own Ace CDN to host the syntax highlighters.