<?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>bitbucket Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/tag/bitbucket/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/tag/bitbucket/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Sun, 30 Jul 2017 11:43:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>BitBucket repo exceeded limits?  Create the proper .gitignore file to exclude large media attachments and caching system files</title>
		<link>https://tools.belchamber.us/bitbucket-repo-exceeded-limits-create-the-proper-gitignore-file-to-exclude-large-media-attachments/</link>
					<comments>https://tools.belchamber.us/bitbucket-repo-exceeded-limits-create-the-proper-gitignore-file-to-exclude-large-media-attachments/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 28 Sep 2015 13:53:25 +0000</pubDate>
				<category><![CDATA[Repositories & VCS]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=944</guid>

					<description><![CDATA[<p>BitBucket is awesome, for unlimited free private repositories, you just can&#8217;t go wrong.  In two minutes you can get your website code for any project safely to their repositories, accessible from any where.  Of course, it has its limitations.  Take one instance where last week I committed revisions to ProflicFutility.com, a media-heavy website that sells [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/bitbucket-repo-exceeded-limits-create-the-proper-gitignore-file-to-exclude-large-media-attachments/">BitBucket repo exceeded limits?  Create the proper .gitignore file to exclude large media attachments and caching system files</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/bitbucket-repo-exceeded-limits-create-the-proper-gitignore-file-to-exclude-large-media-attachments/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">944</post-id>	</item>
		<item>
		<title>Creating a bootstrap Symfony project</title>
		<link>https://tools.belchamber.us/creating-a-bootstrap-symfony-project/</link>
					<comments>https://tools.belchamber.us/creating-a-bootstrap-symfony-project/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 20 Jun 2015 20:49:47 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<category><![CDATA[web developer]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=857</guid>

					<description><![CDATA[<p>By bootstrapping a Symfony project I am referring to creating a ready-to-go basic software package from which to build any projects from.  This also does include Twitter&#8217;s awesome Bootstrap libraries as well. New project requires a well-designed database first The first thing I usually do with a new Symfony project is design the database.  I [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/creating-a-bootstrap-symfony-project/">Creating a bootstrap Symfony project</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/creating-a-bootstrap-symfony-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">857</post-id>	</item>
		<item>
		<title>Steps to adding remote Git Bitbucket repository in PHPStorm</title>
		<link>https://tools.belchamber.us/steps-to-adding-remote-git-bitbucket-repository-in-phpstorm/</link>
					<comments>https://tools.belchamber.us/steps-to-adding-remote-git-bitbucket-repository-in-phpstorm/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 18 Apr 2015 14:09:03 +0000</pubDate>
				<category><![CDATA[Repositories & VCS]]></category>
		<category><![CDATA[bitbucket]]></category>
		<category><![CDATA[git repositories]]></category>
		<category><![CDATA[git tips]]></category>
		<category><![CDATA[phpstorm]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=779</guid>

					<description><![CDATA[<p>I found that before PHP Storm can connect to your remote Git repositories on Bitbucket properly, you need to add the git origin&#8217;s authentication within the PHP Storm command line. Using Bitbucket with PHP Storm is a powerful combination, but it&#8217;s not as easy as installing the Bitbucket plug-in then you&#8217;re off to the races. [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/steps-to-adding-remote-git-bitbucket-repository-in-phpstorm/">Steps to adding remote Git Bitbucket repository in PHPStorm</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/steps-to-adding-remote-git-bitbucket-repository-in-phpstorm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">779</post-id>	</item>
	</channel>
</rss>
