<?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>Webmaster-Source &#187; GitHub</title>
	<atom:link href="https://www.webmaster-source.com/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>JavaScript is the Most Popular Language on GitHub, with Ruby Coming in Second</title>
		<link>https://www.webmaster-source.com/2013/08/14/javascript-is-the-most-popular-language-on-github-with-ruby-coming-in-second/</link>
		<comments>https://www.webmaster-source.com/2013/08/14/javascript-is-the-most-popular-language-on-github-with-ruby-coming-in-second/#comments</comments>
		<pubDate>Wed, 14 Aug 2013 11:45:32 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[GitHub]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5157</guid>
		<description><![CDATA[On a whim, I decided to browse through GitHub&#8217;s Explore section recently. I don&#8217;t know whether users go there often or not (I certainly don&#8217;t), but there are some intriguing statistics there that tell a thing or two about what&#8217;s popular and who&#8217;s using GitHub these days. Some are a little surprising. JavaScript is the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4687" alt="github-icon" src="//www.webmaster-source.com/wp-content/uploads/2012/01/github-icon.png" width="128" height="128" />On a whim, I decided to browse through GitHub&#8217;s <a href="https://github.com/explore">Explore</a> section recently. I don&#8217;t know whether users go there often or not (I certainly don&#8217;t), but there are some intriguing statistics there that tell a thing or two about what&#8217;s popular and who&#8217;s using GitHub these days. Some are a little surprising.</p>
<p><strong>JavaScript is the Most Popular Language, with Ruby Coming in Second</strong></p>
<p>I was surprised at first, as I had initially assumed the graph was referring to Node.js. Then I <a href="http://i.imgur.com/tKwJzRX.jpg">facepalmed</a> when I realized that, obviously, most of that is client-side JavaScript.</p>
<p>Ruby is well ahead of Python, which is way down in the #5 slot, below Java and shell scripts. Considering how many times Redditors have tried to tell me that Python has a larger and more active community, despite my previous observations, I found it amusing. (I&#8217;m a fairly recent adopter of the Ruby language, which I chose to invest time in learning—over Python—partially because of its large, thriving community of developers.)</p>
<p>PHP, strangely, is even lower on the list than Python. PHP is definitely used more widely than either Ruby or Python, yet its found in comparatively few repositories on GitHub. There are a few points of speculation I take away from this:</p>
<ul>
<li>There isn&#8217;t too much overlap between Git users and PHP users. One could argue that since a large portion of PHP users are beginner developers, they haven&#8217;t picked up source control yet.</li>
<li>The average PHP developer could be working on closed source projects for one reason or another. Either for work reasons or because they haven&#8217;t been bitten by the FOSS bug yet. Or they&#8217;re working on a hobby project that&#8217;s going to be The Next Big Thing, and they want to keep it closed.</li>
<li>There&#8217;s a difference between active developers creating unique projects, and end users dropping in a pre-made script to run. Sure, PHP definitely has the widest install base. It&#8217;s astronomical. But how many developers out there choose to work with it to create open source projects?</li>
</ul>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-5158" alt="The most popular languages on GitHub" src="//www.webmaster-source.com/wp-content/uploads/2013/08/githubstats-languages.png" width="600" height="245" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/08/14/javascript-is-the-most-popular-language-on-github-with-ruby-coming-in-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitList: View Your Git Repositories on the Web</title>
		<link>https://www.webmaster-source.com/2012/08/14/gitlist-view-your-git-repositories-on-the-web/</link>
		<comments>https://www.webmaster-source.com/2012/08/14/gitlist-view-your-git-repositories-on-the-web/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 11:03:59 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4776</guid>
		<description><![CDATA[Wouldn&#8217;t it be cool if you could host your own private GitHub, for browsing your local repositories or remote ones you host on your own server? Well, there&#8217;s a new PHP application in town that lets you do exactly that. GitList, the self-described &#8220;elegant and modern git repository viewer&#8221; adds a simple web interface for [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Wouldn&#8217;t it be cool if you could host your own private GitHub, for browsing your local repositories or remote ones you host on your own server? Well, there&#8217;s a new PHP application in town that lets you do exactly that. <a href="http://gitlist.org/">GitList</a>, the self-described &#8220;elegant and modern git repository viewer&#8221; adds a simple web interface for your repositories, allowing you to browse commits and code. It&#8217;s still in its infancy, but it has the basics.</p>
<p style="text-align: center;"><a href="http://gitlist.org/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4777 imgborder" title="GitList: Commits" src="//www.webmaster-source.com/wp-content/uploads/2012/07/gitlist-commits.jpg" alt="" width="600" height="191" /></a></p>
<p>Setup was a little bit of a hassle at first, due to some dependency issues with the development version I was trying to install. I would definitely recommend downloading the stable version <a href="http://gitlist.org/">from GitList.org</a>. The <a href="https://github.com/klaussilveira/gitlist#installing">installation instructions </a>are simple enough, though the script seems to prefer having its own domain or subdomain. (GitList doesn&#8217;t use absolute URLs, and there is no documented configuration option to set a base directory other than the domain root.)</p>
<p>Once you get it up and running, it&#8217;s a convenient way to view commits. I&#8217;d probably be using it regularly if I wasn&#8217;t already hosting my private repositories on <a href="https://bitbucket.org/">BitBucket</a>.</p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4778 imgborder" title="GitList: Diff" src="//www.webmaster-source.com/wp-content/uploads/2012/07/gitlist-diff.jpg" alt="" width="600" height="323" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/08/14/gitlist-view-your-git-repositories-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Try Git: Learn Git in 15 Minutes with an Interactive Tutorial</title>
		<link>https://www.webmaster-source.com/2012/07/31/try-git-learn-git-in-15-minutes-with-an-interactive-tutorial/</link>
		<comments>https://www.webmaster-source.com/2012/07/31/try-git-learn-git-in-15-minutes-with-an-interactive-tutorial/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 11:31:23 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4768</guid>
		<description><![CDATA[Want to learn about Git and GitHub? It can save you hours of frustration by versioning your code and making it very easy to roll it back to an early date, or even create temporary branches where you can make major changes, and only merge them into the main code base once you&#8217;re sure nothing [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Want to learn about Git and GitHub? It can save you hours of frustration by versioning your code and making it very easy to roll it back to an early date, or even create temporary branches where you can make major changes, and only merge them into the main code base once you&#8217;re sure nothing will break.</p>
<p>Despite its usefulness, however, the initial learning curve puts off some people. It can be a little difficult to wrap your head around if you&#8217;re not already familiar with the concept of version control.</p>
<p>That&#8217;s where <a href="http://try.github.com/">Try Git</a> comes in. It aims to teach you the basics of Git with an interactive tutorial that features an in-browser command prompt. The tutorial walks you through different commands, and helps you see how everything works.</p>
<p style="text-align: center;"><a href="http://try.github.com/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4769 imgborder" title="Try Git" src="//www.webmaster-source.com/wp-content/uploads/2012/07/trygithub.jpg" alt="" width="600" height="305" /></a></p>
<p>If you&#8217;re not using Git yet, check it out! And keep in mind that there are <a href="http://www.webmaster-source.com/2012/01/11/alternatives-to-github/">alternatives to GitHub</a> if you don&#8217;t want to host your code publicly. You can use Git locally, on your own server, or a service like <a href="https://bitbucket.org/">BitBucket</a> that doesn&#8217;t charge for private repositories.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/07/31/try-git-learn-git-in-15-minutes-with-an-interactive-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternatives to GitHub</title>
		<link>https://www.webmaster-source.com/2012/01/11/alternatives-to-github/</link>
		<comments>https://www.webmaster-source.com/2012/01/11/alternatives-to-github/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 11:42:45 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4480</guid>
		<description><![CDATA[GitHub is great for open source projects, but the lack of free private repositories can be limiting for projects that you would rather not be shared with the entire world. While it does make sense to pay for a tool if you use it extensively for commercial purposes, you may not be ready to if [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="https://github.com/">GitHub</a> is great for open source projects, but the lack of free private repositories can be limiting for projects that you would rather not be shared with the entire world.</p>
<p>While it does make sense to pay for a tool if you use it extensively for commercial purposes, you may not be ready to if you&#8217;re an indie developer just beginning a project that won&#8217;t hit the shelves for awhile. Also, if you&#8217;re using it for versioning and deploying websites, you may not want to have all of your source be public.</p>
<p>GitHub&#8217;s business model is primarily the sale of <a href="https://github.com/plans">premium accounts</a> with varying numbers of allowed private repositories, starting at $7/month for five private repositories and up to one collaborator. It&#8217;s not a bad deal at all, as GitHub is by and large open source projects, but you may still want to find a better offer. Fortunately, there are a couple of solid competitors.</p>
<h3>BitBucket</h3>
<p><a href="https://bitbucket.org/"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4481" title="BitBucket" src="//www.webmaster-source.com/wp-content/uploads/2012/01/bitbucket.png" alt="" width="140" height="42" />BitBucket</a> is very much like GitHub, functionally. It has the same sort of social collaboration tools, and most of the same features. But that&#8217;s where the differences end. Their <a href="https://bitbucket.org/plans">pricing scheme</a> is to give you all of the repositories you could possibly want, both public and private, while charging to add extra collaborators to your private repositories. You get five for free, and can upgrade to ten for $10/month, twenty-five for $20/month, etc.. Oh, and they support both Git and Mercurial.</p>
<p>I&#8217;ve been using BitBucket lately for some of my projects, and it&#8217;s been great so far.</p>
<h3>Beanstalk</h3>
<p><a href="http://beanstalkapp.com/"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4482 imgborder" title="Beanstalk" src="//www.webmaster-source.com/wp-content/uploads/2012/01/beanstalkapp.png" alt="" width="191" height="65" />Beanstalk</a> only does private repositories, offering plans limited by disk space and the number of repositories, as well as the number of authorized users. Aside from their 100MB single-repository trial plan, their offerings start at $15/month for 3GB of space, 10 repositories and 5 users. One of their unique selling points is their integration with tools like Basecamp and Lighthouse. They also have quite a few corporate customers.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/01/11/alternatives-to-github/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-11 00:25:37 by W3 Total Cache
-->