Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Update January 2013: it is called <strong><a href="http://www.atlassian.com/software/stash/overview" rel="nofollow noreferrer">Stash</a></strong> now.<br> (see <a href="https://stackoverflow.com/users/1097572/sendmoreinfo">sendmoreinfo</a>'s <a href="https://stackoverflow.com/questions/8895346/what-can-fisheye-do-that-we-cannot-get-from-other-tools-for-a-git-repository/8897086#comment20068107_8897086">comment</a>)</p> <hr> <p>Original answer February 2012:</p> <p>From FishEye2.7, you can not only access remote repo, but also <strong>create within FishEye server new Git repo</strong>.<br> See "<a href="http://confluence.atlassian.com/display/FISHEYE/Git" rel="nofollow noreferrer">the FishEye manual page</a>", "<a href="http://confluence.atlassian.com/display/FISHEYE/Creating+Git+Repositories" rel="nofollow noreferrer">Creating a Git repository</a>", and "<a href="http://confluence.atlassian.com/display/FISHEYE/Enabling+Repository+Management+in+FishEye" rel="nofollow noreferrer">Enabling Repository Management in FishEye</a>".<br> The blog post "<a href="http://www.pixsoftware.nl/en/news/62-developer-tools/2031-fisheye-in-practice-setting-up-your-own-git-repositories" rel="nofollow noreferrer">FishEye in Practice: Setting up your own Git repositories</a>" also presents that feature, listing the goals for that feature:</p> <blockquote> <ul> <li>Allow enterprises to get or migrate to Git repositories behind their firewall</li> <li>Make it simple to configure repositories permissions for teams</li> </ul> </blockquote> <p>That means FishEye will leverage the access layer (like the Apache Server on top of which FishEye is running) for internal Git repo access. </p> <p>It will also provide basic authorization mechanism, meaning you don't have to setup a separate infrastructure like another Apache+Gitolite in order to manage internal repos: you can directly use the FishEye server.</p> <p><img src="https://i.stack.imgur.com/9K9IB.jpg" alt="authorisation management for Git repos from FishEye"></p>
 

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