edit-location
Home
Up
Delete
Location Name:
Location Description:
web based ui for git,
Sector ID:
Status:
Go
Going
Been
Add Photo:
Street Address Line1:
Street Address Line2:
Country:
State:
City:
Postal or Zip Code:
Owner ID:
Content:
use HTML
Edit Content
<ol> <li><a href="http://www.youtube.com/watch?v=hkBVAi3oKvo">Ungit introduction - YouTube</a> - written with Node. It makes Git repositories easier to visualise, a bit like gitk or git instaweb, but it has some GitHub-specific tweaks. It’s easy to use and a lot faster to navigate. Once you’re running ungit, you can make commits, discard them, fetch remote changes – pretty much the standard Git operations you’re used to, with a friendlier workflow. </li> <li><a href="http://www.reddit.com/r/programming/comments/1kqotu/ungit_new_git_ui_that_makes_you_understand_git/">Ungit: New git ui that makes you understand git : programming</a> (reddit)</li> </ol> <div><hr /></div> <div> <p style="margin: 5px 0px; padding: 0px; font-family: verdana, arial, helvetica, sans-serif; font-size: small;">Are you sure git is in your path?</p> <p style="margin: 5px 0px; padding: 0px; font-family: verdana, arial, helvetica, sans-serif; font-size: small;">I did (I have <a style="text-decoration: none; color: #336699;" href="http://chocolatey.org/">Chocolatey</a> installed):</p> <pre style="margin: 10px; padding: 0px;"><code>> cinst nodejs > cinst git </code></pre> <p style="margin: 5px 0px; padding: 0px; font-family: verdana, arial, helvetica, sans-serif; font-size: small;">(You might need to restart your shell here to get the correct environment variables.)</p> <pre style="margin: 10px; padding: 0px;"><code>> npm install -g ungit </code></pre> <p style="margin: 5px 0px; padding: 0px; font-family: verdana, arial, helvetica, sans-serif; font-size: small;">Make sure you put <code>-g</code> for 'global' on the <code>npm install</code> line.</p> <p style="margin: 5px 0px; padding: 0px; font-family: verdana, arial, helvetica, sans-serif; font-size: small;">That should give you a working copy.</p> <p style="margin: 5px 0px; padding: 0px; font-family: verdana, arial, helvetica, sans-serif; font-size: small;">Note that if you have password protected upstreams (e.g. GitHub) then you're going to want to do this (or ungit will cause git to ask you for your credentials on the command line and it won't really work since it asks twice):</p> <ul style="margin: 10px 2em; padding: 0px; list-style-position: outside; list-style-image: initial; font-family: verdana, arial, helvetica, sans-serif; font-size: small;"> <li style="margin: 0px; padding: 0px;">Download <a style="text-decoration: none; color: #336699;" href="http://gitcredentialstore.codeplex.com/">git-credential-winstore</a></li> <li style="margin: 0px; padding: 0px;">Run git-credential-winstore, Then run some git command <em>from your repo root</em>, and enter your details.</li> </ul> </div>