<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Architect, Engineer, Tech Enthusiast - Hasan Otuome &#187; git</title>
	<atom:link href="http://technophi.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://technophi.com</link>
	<description>personal weblog of a tech addict</description>
	<lastBuildDate>Wed, 23 Nov 2011 18:04:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GitX Tweaks: Commit View</title>
		<link>http://technophi.com/2010/01/17/gitx-tweaks-commit-view/</link>
		<comments>http://technophi.com/2010/01/17/gitx-tweaks-commit-view/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 14:50:26 +0000</pubDate>
		<dc:creator>Hasan Otuome</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GitX]]></category>

		<guid isPermaLink="false">http://technophi.com/?p=366</guid>
		<description><![CDATA[So, after thinking about my most recent updates, I decided I wanted to change the way that the commit view looks but just slightly. This is my 1st pass on some things I&#8217;d like to have available via the toolbar. Would also like to tweak the view selector buttons, revise remote selection and add toolbar [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://technophi.com/wp-content/uploads/olgx_gitx_screenshot_3.png"><img src="http://technophi.com/wp-content/uploads/olgx_gitx_screenshot_3-300x208.png" alt="" title="olgx_gitx_screenshot_3" width="300" height="208" class="aligncenter size-medium wp-image-367" /></a></p>
<p>So, after thinking about <a href="http://technophi.com/2010/01/17/gitx-update-remote-selector/">my most recent updates</a>, I decided I wanted to change the way that the commit view looks but just slightly. This is my 1st pass on some things I&#8217;d like to have available via the toolbar.</p>
<p>Would also like to tweak the view selector buttons, revise remote selection and add toolbar buttons for all the contextual menu items, which aren&#8217;t many.</p>
<div style="float: right; padding: 3px;"><a href="http://bufferapp.com/add" class="buffer-add-button" data-text="GitX Tweaks: Commit View" data-url="http://technophi.com/2010/01/17/gitx-tweaks-commit-view/" data-via="bufferapp" data-count="none">Buffer</a><script type="text/javascript" src="http://static.bufferapp.com/js/button.js"></script></div><div id="tweetbutton366" class="tw_button" style="padding: 3px;float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fj.mp%2FkSfJTp&amp;via=heroizm&amp;text=GitX%20Tweaks%3A%20Commit%20View&amp;related=heroizm&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Ftechnophi.com%2F2010%2F01%2F17%2Fgitx-tweaks-commit-view%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://technophi.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://technophi.com/2010/01/17/gitx-tweaks-commit-view/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GitX Update: Remote Selector</title>
		<link>http://technophi.com/2010/01/17/gitx-update-remote-selector/</link>
		<comments>http://technophi.com/2010/01/17/gitx-update-remote-selector/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 09:07:43 +0000</pubDate>
		<dc:creator>Hasan Otuome</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[GitX]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://technophi.com/?p=360</guid>
		<description><![CDATA[Previously, I implemented toolbar buttons where each button was tied to a specific remote repository. This was/is fine if you&#8217;ll only be working with one or two hosts but becomes cumbersome when dealing with multiple hosts. Enter the NSPopUpButton. By switching to this UI element I&#8217;m able to allow a user to select a remote [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://technophi.com/wp-content/uploads/olgx_gitx_screenshot_2.png"><img src="http://technophi.com/wp-content/uploads/olgx_gitx_screenshot_2-299x220.png" alt="" title="olgx_gitx_screenshot_2" width="299" height="220" class="aligncenter size-medium wp-image-361" /></a></p>
<p><a href="http://technophi.com/2009/12/04/gitx-a-git-gui-for-osx/">Previously</a>, I implemented toolbar buttons where each button was tied to a specific remote repository. This was/is fine if you&#8217;ll only be working with one or two hosts but becomes cumbersome when dealing with multiple hosts.</p>
<p>Enter the NSPopUpButton. By switching to this UI element I&#8217;m able to allow a user to select a remote from a configurable list of remote repositories. I like this UX slightly better than having a button for each remote and the functionality behind the scenes still reaches the same result.</p>
<p>Now with that out of the way, I can move on to some other items on my TODO list&#8230;:)</p>
<div style="float: right; padding: 3px;"><a href="http://bufferapp.com/add" class="buffer-add-button" data-text="GitX Update: Remote Selector" data-url="http://technophi.com/2010/01/17/gitx-update-remote-selector/" data-via="bufferapp" data-count="none">Buffer</a><script type="text/javascript" src="http://static.bufferapp.com/js/button.js"></script></div><div id="tweetbutton360" class="tw_button" style="padding: 3px;float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fj.mp%2FlCBcQ7&amp;via=heroizm&amp;text=GitX%20Update%3A%20Remote%20Selector&amp;related=heroizm&amp;lang=en&amp;count=none&amp;counturl=http%3A%2F%2Ftechnophi.com%2F2010%2F01%2F17%2Fgitx-update-remote-selector%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://technophi.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://technophi.com/2010/01/17/gitx-update-remote-selector/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

