<?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>GitHub &#8211; CS@Worcester</title>
	<atom:link href="https://cs.worcester.edu/category/github/feed/" rel="self" type="application/rss+xml" />
	<link>https://cs.worcester.edu</link>
	<description>Worcester State University Computer Science Department</description>
	<lastBuildDate>Fri, 26 Sep 2025 16:35:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
<site xmlns="com-wordpress:feed-additions:1">236835116</site>	<item>
		<title>Understanding GitHub</title>
		<link>https://alidanordquist.wordpress.com/2025/09/26/understanding-github/</link>
		
		<dc:creator><![CDATA[alidanordquist]]></dc:creator>
		<pubDate>Fri, 26 Sep 2025 16:35:10 +0000</pubDate>
				<category><![CDATA[#git]]></category>
		<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Week 4]]></category>
		<guid isPermaLink="false">http://alidanordquist.wordpress.com/?p=51</guid>

					<description><![CDATA[Quarter One Blog The video I watched is a basic tutorial for GitHub. Corbin, the creator, explains that GitHub is essential for version control and organization, and how important it is when your code becomes more complex. He starts off by explaining what a repository is and how to make one in GitHub. Then, he […]]]></description>
										<content:encoded><![CDATA[<p>Quarter One Blog</p>
<p>The <a href="https://youtu.be/a9u2yZvsqHA?si=7NxwMHmGIOh8oksU">video</a> I watched is a basic tutorial for GitHub. Corbin, the creator, explains that GitHub is essential for version control and organization, and how important it is when your code becomes more complex. He starts off by explaining what a repository is and how to make one in GitHub. Then, he shows one of his repositories for a project with a working program. He says if he wants to start making changes and adding to the code, he would create a branch to prevent the code from breaking and save a lot of time if he needed to backtrack and fix it. He shows how to make a branch, as well. He provides the basics for what we went over in class and in GitKit chapters and explains how to do it in a slightly different way than what was said in class. I chose this video because I find it useful when I have multiple ways to explain a topic and I can understand it better.</p>
<p>The process for creating a repository is not something that we went in depth on in class, so having Corbin explain how to go through that process was helpful. He touches on what the difference between public and private repositories are. In class and in FOSS applications, they would all be public repositories, but if you were just using GitHub to put your private code in the cloud and for your own version control, a private repository would be more useful.</p>
<p>Corbin provides a visual and explanation for what branches and forks do, but it is not as clear as what was shown in class. Having the different explanations of both is helpful for a deeper understanding. He goes over having a completed branch, how to merge it back to main, and explains what the version control deletions and additions look like.&nbsp;</p>
<p>Outside of the Software Process Management class, understanding GitHub is super useful in the real world. Other classes, like the Software Development Capstone, will require the understanding of GitHub to complete the final project. A lot of companies use Git for version control and collaboration, and look for those skills on applicants’ resumes. I feel confident and comfortable that I can navigate and use GitHub in my life going forward.&nbsp;</p>
<p>Last year, I took Software Testing before understanding Git. While I was able to figure it out and get through the class, having the knowledge I do now with the actual process and reasonings of it, I feel like I would’ve spent less time troubleshooting silly issues.</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://alidanordquist.wordpress.com">CS@Worcester – ALIDA NORDQUIST</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by alidanordquist">alidanordquist</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/d6fb801b2f58d4b758ae230630fa9a5cd18894fed278010145da37af11af6681?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">40863</post-id>	</item>
		<item>
		<title>Understanding Git Collaboration: Communities, Upstreaming, and Merge Conflicts</title>
		<link>https://insightsbyricktechblog.wordpress.com/2025/09/25/understanding-git-collaboration-communities-upstreaming-and-merge-conflicts/</link>
		
		<dc:creator><![CDATA[RickDjouwe1]]></dc:creator>
		<pubDate>Thu, 25 Sep 2025 18:59:18 +0000</pubDate>
				<category><![CDATA[#git]]></category>
		<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quarter-1]]></category>
		<category><![CDATA[VCS]]></category>
		<category><![CDATA[Worcester State RD]]></category>
		<guid isPermaLink="false">http://insightsbyricktechblog.wordpress.com/?p=66</guid>

					<description><![CDATA[Hello everyone! Welcome back to my blog posts. Today I would be delivering my first Quarter blog post. For this week’s blog, I decided to read “Git Forks and Upstreams: How-to and a cool tip” from Atlassian Git Tutorials. I picked this article because it connects directly with what we’ve been practicing in class—working locally, […]]]></description>
										<content:encoded><![CDATA[</p>
<p>Hello everyone!  Welcome back to my blog posts.  Today I would be delivering my first Quarter blog post.</p>
<p>For this week’s blog, I decided to read <em>“Git Forks and Upstreams: How-to and a cool tip”</em> from <a href="https://www.atlassian.com/git/tutorials/git-forks-and-upstreams"  rel="noreferrer noopener">Atlassian Git Tutorials</a>. I picked this article because it connects directly with what we’ve been practicing in class—working locally, pushing changes upstream, staying synchronized, and handling merge conflicts. I also wanted a guide that explained the actual Git commands rather than just high-level concepts, since I’ve been moving away from relying only on graphical interfaces.</p>
<h2 class="wp-block-heading">Summary of the Resource</h2>
<p>The article explains the difference between <code>origin</code> (your fork) and <code>upstream</code> (the original repository you forked from). It walks through how to set up your fork so you can keep it synchronized with the upstream repo, which is especially important when multiple people are contributing. Commands like <code>git remote add upstream &lt;url&gt;</code>, <code>git fetch upstream</code>, and <code>git merge upstream/main</code> are introduced step by step. The tutorial also shares a useful tip for checking how many commits your branch is ahead or behind the upstream, which makes it easier to stay in sync.</p>
<h2 class="wp-block-heading">Why I Chose This Resource</h2>
<p>I chose this article because it fills a gap in my own Git knowledge. Until recently, I mainly used the graphical interface on the side to commit, push, and sync my changes. That worked for basic assignments, but I often felt like I didn’t really understand what was happening behind the scenes. This tutorial helped me connect the dots by showing me the exact commands and explaining why they matter, especially in collaborative projects.</p>
<h2 class="wp-block-heading">Reflection and Takeaways</h2>
<p>This resource helped me see Git as more than just a tool for saving code. it’s really about teamwork. Understanding how to add and pull from upstream makes me feel much more prepared to collaborate on group projects or open-source contributions. I no longer see merge conflicts as something to fear, but as a natural part of multiple people working on the same code.</p>
<p>One big realization for me was how important it is to stay synchronized with upstream. In one project I did before, I once ignored updates for too long, and the merge that followed was messy and stressful. Now I understand that frequent <code>git fetch upstream</code> and <code>git merge</code> calls prevent bigger problems down the road.</p>
<p>Another personal shift was moving away from the GUI. While the interface made Git feel easier at first, I see now that the terminal gives me more power and clarity. Running <code>git status</code>, <code>git log</code>, or checking how far ahead/behind my branch is compared to upstream makes me feel more in control. It’s like going from driving an automatic car to learning manual, I finally understand how things actually work under the hood.</p>
<p>Looking ahead, I know these lessons will help me not only in this class but also in internships and my future career. Whether I’m working on an open-source project or contributing to a company’s codebase, being comfortable with upstream workflows and conflict resolution will make me a stronger and more reliable teammate.</p>
<hr class="wp-block-separator has-alpha-channel-opacity" />
<h2 class="wp-block-heading">Citation / Link</h2>
<ul class="wp-block-list">
<li>Article: <a href="https://www.atlassian.com/git/tutorials/git-forks-and-upstreams"  rel="noreferrer noopener">Git Forks and Upstreams: How-to and a cool tip</a></li>
</ul>

<p class="syndicated-attribution"><em>From the blog <a href="https://insightsbyricktechblog.wordpress.com">CS@Worcester – Rick’s Software Journal</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by RickDjouwe1">RickDjouwe1</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/a3486a7b164991dea0eb63c4cc4b2941a45c7aa9d8582e1295c3cc62b5b430f4?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">40777</post-id>	</item>
		<item>
		<title>Why Git</title>
		<link>https://debugducker.wordpress.com/2024/12/01/why-git/</link>
		
		<dc:creator><![CDATA[debugducker]]></dc:creator>
		<pubDate>Sun, 01 Dec 2024 21:37:03 +0000</pubDate>
				<category><![CDATA[#git]]></category>
		<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Week 12]]></category>
		<guid isPermaLink="false">http://debugducker.wordpress.com/?p=45</guid>

					<description><![CDATA[Why is it always git The version control system that every programmer uses. Even in my computer science class, we had lectures dedicated to Git, the commands in Git, how Git is used, what Git is used for, and just so much Git. The funny thing, is there are other version control systems such as […]]]></description>
										<content:encoded><![CDATA[<p>Why is it always git</p>
<figure class="wp-block-image size-full"><img data-recalc-dims="1" decoding="async" data-attachment-id="52" data-permalink="https://debugducker.wordpress.com/2024/12/01/why-git/pexels-photo-11035539/" data-orig-file="https://debugducker.wordpress.com/wp-content/uploads/2024/12/pexels-photo-11035539.jpeg" data-orig-size="1880,1253" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="person holding a small paper" data-image-description="" data-image-caption="&lt;p&gt;Photo by RealToughCandy.com on &lt;a href=&quot;https://www.pexels.com/photo/person-holding-a-small-paper-11035539/&quot; rel=&quot;nofollow&quot;&gt;Pexels.com&lt;/a&gt;&lt;/p&gt;
" data-medium-file="https://debugducker.wordpress.com/wp-content/uploads/2024/12/pexels-photo-11035539.jpeg?w=300" data-large-file="https://debugducker.wordpress.com/wp-content/uploads/2024/12/pexels-photo-11035539.jpeg?w=1024" src="https://i0.wp.com/debugducker.wordpress.com/wp-content/uploads/2024/12/pexels-photo-11035539.jpeg?w=625&#038;ssl=1" alt="" class="wp-image-52" /><figcaption class="wp-element-caption">Photo by RealToughCandy.com on <a href="https://www.pexels.com/photo/person-holding-a-small-paper-11035539/" rel="nofollow">Pexels.com</a></figcaption></figure>
<p>The version control system that every programmer uses. Even in my computer science class, we had lectures dedicated to Git, the commands in Git, how Git is used, what Git is used for, and just so much Git. The funny thing, is there are other version control systems such as Mercurial, but they aren&#8217;t ever brought up they are there but feel overshadowed by git. So the question I am asking now is why Git. So I did some investigating.</p>
<p>The question: what does Git do that is so special compared to other version control systems? Now version control systems can do all sorts of things such as allowing developers to see what has been changed, enable collaborative work, and branch and merge changes to a repo. If multiple can do this, then what does git do differently? An article from Geeks For Geeks lists several. Git can be worked on offline and is resilient because multiple developers can have copies of the repo, and any local repo can be used to restore a project. It also comes with conflict resolution that&#8217;s allows one to handle merge conflicts by providing tools to solve those problems. So what about the other systems. Well, GFG got that covered. Here are some comparisons.</p>
<p>Subversion</p>
<p>Compared to Git, the architecture is centralized, one single central repo</p>
<p>Fewer branching and merging options</p>
<p>Better performance</p>
<p>Mercurial</p>
<p>Smaller community compared to Git</p>
<p>Not as much flexibility as Git</p>
<p>Perforce</p>
<p>Can handle very large code base</p>
<p>Not as flexible as Git in terms of merging</p>
<p>Git is Open Source and Free, while Perforce isn&#8217;t</p>
<p>That is a decent amount of reasons to use Git over other VCS. I think the community part is important for such a popular system, because if you aren&#8217;t too familiar with the commands that come with Git, then you have a lot of people that can help. There are a lot of forums and articles about Git tools out there if you ever need it.</p>
<p>I also feel that the collaborative aspect of Git is, very helpful. A lot of projects have a lot of people working on them, so having something like Git that can handle it and make the task easier is great. Also, the fact that it is accessible helps with that too.</p>
<p>Git being so popular makes a lot of sense now, accessibility, community, and collaboration are what a lot of developers require, and I have to say Git provides that well.</p>
<p>GeeksforGeeks. (2024, September 19). <em>Git vs. other version control systems: Why Git stands out?</em> <a href="https://www.geeksforgeeks.org/git-vs-other-version-control-systems-why-git-stands-out/" rel="nofollow">https://www.geeksforgeeks.org/git-vs-other-version-control-systems-why-git-stands-out/</a></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://debugducker.wordpress.com">Debug Duck</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by debugducker">debugducker</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://0.gravatar.com/avatar/639f65f5724ad5a31220ac9485603b29a6e9312a92a9295c4ad34a8a4058bb4d?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://debugducker.wordpress.com/wp-content/uploads/2024/12/pexels-photo-11035539.jpeg" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">26495</post-id>	</item>
		<item>
		<title>Workflow for a Developer</title>
		<link>https://computersciencebybrandonnjugunabasketballfan.wordpress.com/2024/11/30/workflow-for-a-developer/</link>
		
		<dc:creator><![CDATA[Brandon Njuguna]]></dc:creator>
		<pubDate>Sat, 30 Nov 2024 19:55:50 +0000</pubDate>
				<category><![CDATA[ai]]></category>
		<category><![CDATA[artificial-intelligence]]></category>
		<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Week 12]]></category>
		<guid isPermaLink="false">http://computersciencebybrandonnjugunabasketballfan.wordpress.com/?p=62</guid>

					<description><![CDATA[This week, I came across an post titled “Improving Developer Workflow” on Vercel’s blog, and it caught my attention because I’ve been trying to figure out how developers stay productive while coding. The article dives into different ways to make workflows more efficient, focusing on tools and practices that help developers ship better code faster. […]]]></description>
										<content:encoded><![CDATA[<p><strong><br /></strong>This week, I came across an post titled <a href="https://vercel.com/blog/improving-developer-workflow">“Improving Developer Workflow”</a> on Vercel’s blog, and it caught my attention because I’ve been trying to figure out how developers stay productive while coding. The article dives into different ways to make workflows more efficient, focusing on tools and practices that help developers ship better code faster. Since I’m new to computer science and still figuring out how to work effectively, this post felt super relevant to my learning journey.</p>
<p>The post highlights key aspects of improving developer workflows. It starts by discussing the importance of having fast feedback loops, meaning developers should quickly see the results of their code changes. This post introduces tools like Vercel’s platform, which makes it easy to preview, test, and deploy changes almost instantly. Another focus is on collaboration, emphasizing how tools like GitHub help teams share work and review code seamlessly. It wraps up by stressing the value of automation, like setting up CI/CD pipelines, to reduce repetitive tasks and ensure consistent quality in the codebase.</p>
<p>I chose this post because workflow optimization feels like an essential skill for any developer, even beginners. Sometimes I get stuck on repetitive tasks or wait too long to test my code changes, which can be frustrating. This post seemed like a good way to learn how experienced developers streamline their processes. Also, tools like GitHub and CI/CD were mentioned in class, so I wanted to understand them better.</p>
<p>The main thing I learned is how fast feedback loops can save a lot of time and frustration. For example, using tools like Vercel lets developers instantly preview their changes in a live environment, so they don’t have to guess if their code works. I also learned how CI/CD pipelines automate testing and deployment, which not only saves time but also reduces the risk of errors. I realized that these tools make a developer’s life easier, but they also require some setup and understanding, which I’m excited to learn more about. Another cool takeaway was how much collaboration matters in a developer’s workflow. I’ve used GitHub for simple projects, but the blog post made me realize how powerful it can be when teams use it for pull requests, code reviews, and tracking changes.</p>
<p>This blog post made me want to improve my own workflow by setting up faster feedback systems, even for small projects. I also plan to explore tools like GitHub Actions to try basic automation for testing. In the future, I hope to use these techniques to work more effectively on team projects and avoid common frustrations like repetitive tasks.</p>
<p><strong>Resource:</strong></p>
<p><a href="https://vercel.com/blog/improving-developer-workflow">https://vercel.com/blog/improving-developer-workflow</a></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://computersciencebybrandonnjugunabasketballfan.wordpress.com">Computer Science From a Basketball Fan</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Brandon Njuguna">Brandon Njuguna</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://0.gravatar.com/avatar/3589e174c35a0d65a3313526593ef8d2aab6880abea849b96ab6de8c93cae1e4?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">26352</post-id>	</item>
		<item>
		<title>Version Control</title>
		<link>https://shawnintech.wordpress.com/2024/11/16/version-control/</link>
		
		<dc:creator><![CDATA[Shawn Budzinski]]></dc:creator>
		<pubDate>Sat, 16 Nov 2024 21:12:15 +0000</pubDate>
				<category><![CDATA[#git]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Week 10]]></category>
		<guid isPermaLink="false">http://shawnintech.wordpress.com/?p=90</guid>

					<description><![CDATA[Source: https://www.spiceworks.com/tech/devops/articles/what-is-version-control/ This article is titled “What Is Version Control? Meaning, Tools, and Advantages.” The main purpose of version control is to “track the progress of code across development and iterations and also aids in managing changes during the life cycle.” Records are kept of all changes with names, timestamps, and other important information. So, […]]]></description>
										<content:encoded><![CDATA[<p>Source: <a href="https://www.spiceworks.com/tech/devops/articles/what-is-version-control/">https://www.spiceworks.com/tech/devops/articles/what-is-version-control/</a></p>
<p>This article is titled “What Is Version Control? Meaning, Tools, and Advantages.” The main purpose of version control is to “track the progress of code across development and iterations and also aids in managing changes during the life cycle.” Records are kept of all changes with names, timestamps, and other important information. So, the process by which software code is monitored and the way in which changes are made is called version control. A huge benefit of version control is being able to look at the revision history and determine where problems originated from, and who caused them to happen. This allows for increased efficiency regarding workflow considering that the time required to locate problems is greatly reduced. Another benefit of version control is branching. “Branching is a distinct approach to version control where development programs are duplicated for parallel versions of development while keeping the original and working on the branch or making separate modifications to each.” This allows for enhanced collaboration where development is increased, issues are resolved, and code remains organized. A couple very popular version control tools are Git and GitHub. The creator of Linux, Linus Torvalds, created Git. The memory footprint of Git isn’t vast and is able to follow changes in any files. It is a very simple version control system and as a result is used by top companies such as Google. GitHub is a service that enables development teams to collaborate and keep track of all their code changes in a cloud environment. GitHub is secure and reliable, and as a result is also widely used. Through the use of a version control system the following can be achieved: “streamline merging and branching, examination/experimentation with code, the ability to operate offline, creation of regular/automated backups, communication through open channels.” Overall version control aids in the maintenance of reliable code bases and enforces accountability for effective collaborative development.&nbsp;</p>
<p>I selected this article because we are actively learning about version control in class right now so I figured it’d be the perfect time to read up on it more. Reading the GitKit chapters has exposed me to different git commands and GitHub usage. It was interesting to read in this article about all of the in-depth benefits that version control offers and clearly showcases why even top companies such as Google use it to optimize their workflow. In future practice, whether it be at a job or while working on an individual project, I will use version control to improve collaboration and the ease of maintenance of my code.</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shawnintech.wordpress.com">CS@Worcester – Shawn In Tech</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Shawn Budzinski">Shawn Budzinski</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/415f91d912d1335a289816a69e0df1305b55718193000a49905d293cb630dbab?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">25766</post-id>	</item>
		<item>
		<title>Tackling Merge Conflicts with GitKit: A Student’s Guide to Smoother Collaboration</title>
		<link>https://computersciencebybrandonnjugunabasketballfan.wordpress.com/2024/11/02/tackling-merge-conflicts-with-gitkit-a-students-guide-to-smoother-collaboration/</link>
		
		<dc:creator><![CDATA[Brandon Njuguna]]></dc:creator>
		<pubDate>Sat, 02 Nov 2024 05:11:21 +0000</pubDate>
				<category><![CDATA[#git]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[conflict-resolution]]></category>
		<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[Week 8]]></category>
		<guid isPermaLink="false">http://computersciencebybrandonnjugunabasketballfan.wordpress.com/?p=17</guid>

					<description><![CDATA[Working on team projects in class has really brought out how tricky merge conflicts can be. Nothing quite like seeing “conflict” pop up after a pull request to slow things down! For this blog entry, I looked into a post called “Mastering Merge Conflicts with GitKit” , which breaks down why merge conflicts happen and shows how […]]]></description>
										<content:encoded><![CDATA[<p>Working on team projects in class has really brought out how tricky merge conflicts can be. Nothing quite like seeing &#8220;conflict&#8221; pop up after a pull request to slow things down! For this blog entry, I looked into a post called <em>“Mastering Merge Conflicts with GitKit”</em> , which breaks down why merge conflicts happen and shows how to tackle them using GitKit’s built-in tools. Since our course covers version control and team-based coding, I figured learning to manage these conflicts more effectively would make a big difference, not just now but for any future projects.</p>
<h3 class="wp-block-heading">Summary of the Selected Resource</h3>
<p>The post explains why merge conflicts occur in collaborative projects, like when multiple team members edit the same file or branch in different ways. The author points out that conflicts are actually pretty normal in team coding—it’s just part of working with a shared codebase. GitKit’s approach to handling conflicts was the real game-changer for me here. It uses interactive conflict markers, visual diffs, and a guided merge workflow to help developers see exactly where conflicts happen and resolve them without a lot of guesswork. It’s clear from the blog that these features simplify what’s often a frustrating process, making it more manageable and, honestly, less intimidating.</p>
<h3 class="wp-block-heading">Why I Chose This Resource</h3>
<p>I picked this post because merge conflicts have been a big obstacle for me and my project teammates. They always seem to come up at the worst times—right when you think you’re wrapping up! Learning more about practical strategies to handle them seemed like a solid move. Plus, I hadn’t really explored GitKit’s full range of features before, so this gave me a chance to see how it can streamline conflict resolution. With team coding becoming more common in projects, internships, and industry work, knowing about these tools feels pretty essential.</p>
<h3 class="wp-block-heading">My Takeaways and Reflection</h3>
<p>Before reading this, I mostly just knew the basics of handling conflicts through the command line. But after seeing what GitKit offers, I realized how helpful visual tools and conflict markers can be. They make it so much easier to understand what’s causing the conflict and to feel more confident about fixing it. Having a clearer view of what’s happening in the code feels like it will help me avoid mistakes and keep our project moving forward without so much stress.</p>
<p>Looking ahead, I’m definitely going to use these GitKit techniques in my future work. I plan to keep practicing conflict resolution so it becomes second nature and doesn’t disrupt my flow as much. I can see how this will really come in handy, especially when I start working on larger projects or in a professional setting where team collaboration is essential.</p>
<h3 class="wp-block-heading">Link to the Resource</h3>
<p><a href="https://dev.to/htsagara/handling-merge-conflicts-in-git-how-to-fix-and-prevent-them-1m62">https://dev.to/htsagara/handling-merge-conflicts-in-git-how-to-fix-and-prevent-them-1m62</a></p></p>

<p class="syndicated-attribution"><em>From the blog <a href="https://computersciencebybrandonnjugunabasketballfan.wordpress.com">Computer Science From a Basketball Fan</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Brandon Njuguna">Brandon Njuguna</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://0.gravatar.com/avatar/3589e174c35a0d65a3313526593ef8d2aab6880abea849b96ab6de8c93cae1e4?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">25384</post-id>	</item>
		<item>
		<title>Week 14 – Blog for both CS-343 AND CS-348</title>
		<link>https://shrimpfriedthisrice.wordpress.com/2023/12/15/week-14-blog-for-both-cs-343-and-cs-348/</link>
		
		<dc:creator><![CDATA[tempurashrimple]]></dc:creator>
		<pubDate>Sat, 16 Dec 2023 01:12:19 +0000</pubDate>
				<category><![CDATA[#git]]></category>
		<category><![CDATA[CS-343]]></category>
		<category><![CDATA[CS-348]]></category>
		<category><![CDATA[CS@Worcester]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[GitLab]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Week-14]]></category>
		<guid isPermaLink="false">http://shrimpfriedthisrice.wordpress.com/?p=52</guid>

					<description><![CDATA[So for this blog, I wanted to find a topic that is applicable to both classes, so I wanted to look more into GitHub and the ways it functions compared to GitLab. I duplicated by Secret Santa Generator repository from GitLab: https://gitlab.com/worcester/cs/cs-348-01-02-fall-2023/students/bpoole/secret-santa-generator and duplicated it in GitHub here: https://github.com/TempuraShrimple/Secret-Santa-Generator To do this, I had to […]]]></description>
										<content:encoded><![CDATA[<p>So for this blog, I wanted to find a topic that is applicable to both classes, so I wanted to look more into GitHub and the ways it functions compared to GitLab. </p>
<p>I duplicated by Secret Santa Generator repository from GitLab: <a href="https://gitlab.com/worcester/cs/cs-348-01-02-fall-2023/students/bpoole/secret-santa-generator">https://gitlab.com/worcester/cs/cs-348-01-02-fall-2023/students/bpoole/secret-santa-generator</a> and duplicated it in GitHub here: <a href="https://github.com/TempuraShrimple/Secret-Santa-Generator">https://github.com/TempuraShrimple/Secret-Santa-Generator</a></p>
<p>To do this, I had to open up the local repo on my PC, create a new blank repository on GitHub, and run the following commands:</p>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="625" height="417" data-attachment-id="57" data-permalink="https://shrimpfriedthisrice.wordpress.com/2023/12/15/week-14-blog-for-both-cs-343-and-cs-348/image-2/" data-orig-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png" data-orig-size="1304,872" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image" data-image-description="" data-image-caption="" data-medium-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png?w=300" data-large-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png?w=1024" src="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png?w=1024&#038;resize=625%2C417" alt="" class="wp-image-57" srcset="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png?w=1024 1024w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png?w=150 150w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png?w=300 300w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png?w=768 768w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png 1304w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<ul>
<li><code>git remote add github <a href="https://github.com/TempuraShrimple/Secret-Santa-Generator.git">https://github.com/TempuraShrimple/Secret-Santa-Generator.git</a></code></li>
<li><code>git push --mirror github</code></li>
</ul>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="625" height="197" data-attachment-id="59" data-permalink="https://shrimpfriedthisrice.wordpress.com/2023/12/15/week-14-blog-for-both-cs-343-and-cs-348/image-1-2/" data-orig-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png" data-orig-size="811,256" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image-1" data-image-description="" data-image-caption="" data-medium-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png?w=300" data-large-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png?w=811" src="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png?w=811&#038;resize=625%2C197" alt="" class="wp-image-59" srcset="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png 811w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png?w=150 150w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png?w=300 300w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png?w=768 768w" sizes="(max-width: 811px) 100vw, 811px" /></figure>
<p>Once this was done, my repository was transferred over to GitHub successfully, without harming my GitLab repository in any way shape or form. Everything, including the history of the repository, was included with this transfer, which I think is really cool.</p>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="625" height="571" data-attachment-id="61" data-permalink="https://shrimpfriedthisrice.wordpress.com/2023/12/15/week-14-blog-for-both-cs-343-and-cs-348/image-2-2/" data-orig-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png" data-orig-size="950,868" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image-2" data-image-description="" data-image-caption="" data-medium-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png?w=300" data-large-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png?w=950" src="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png?w=950&#038;resize=625%2C571" alt="" class="wp-image-61" srcset="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png 950w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png?w=150 150w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png?w=300 300w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png?w=768 768w" sizes="(max-width: 950px) 100vw, 950px" /></figure>
<p>One difference I immediately noticed between GitHub and GitLab is that GitHub allows you to add a short description on the right-hand side of the repository, allowing a quick way to figure out what the program intends to do without having to look at the README.md. Obviously if you want more information, the README.md is very important in that case. </p>
<p>Both sites have a really good planning structure, with GitLabs&#8217; issue boards, and GitHub&#8217;s project tab, which is structured very similar, but I think GitHub&#8217;s might be better as it allows you to choose from a lot of different templates like Kanban, Team retrospectives, and bug tracking, which I think is really cool. You&#8217;re also able to customize it as you please, so you&#8217;re able to set up a scrum structure like we did in GitLab for many of our projects. However, after looking into it, if you want to utilize Scrum, it seems GitLab is definitely structured better with preset pillars that are made with Scrum in mind. However, it&#8217;s a toss up on which would be better to utilize in this case for project management, in my own humble opinion.</p>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" loading="lazy" width="625" height="226" data-attachment-id="64" data-permalink="https://shrimpfriedthisrice.wordpress.com/2023/12/15/week-14-blog-for-both-cs-343-and-cs-348/image-3/" data-orig-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png" data-orig-size="1889,683" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image-3" data-image-description="" data-image-caption="" data-medium-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png?w=300" data-large-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png?w=1024" src="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png?w=1024&#038;resize=625%2C226" alt="" class="wp-image-64" srcset="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png?w=1024 1024w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png?w=150 150w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png?w=300 300w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png?w=768 768w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png 1889w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>
<p>GitLab also has some advantages in the construction and development aspects of this comparison, as after looking into it, GitLab is able to automate releases and builds of code once they are ready to be done so, and GitHub doesn&#8217;t have this capability at all. </p>
<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" loading="lazy" width="625" height="416" data-attachment-id="67" data-permalink="https://shrimpfriedthisrice.wordpress.com/2023/12/15/week-14-blog-for-both-cs-343-and-cs-348/image-4/" data-orig-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png" data-orig-size="1227,817" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="image-4" data-image-description="" data-image-caption="" data-medium-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png?w=300" data-large-file="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png?w=1024" src="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png?w=1024&#038;resize=625%2C416" alt="" class="wp-image-67" srcset="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png?w=1024 1024w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png?w=150 150w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png?w=300 300w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png?w=768 768w, https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png 1227w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><a href="https://about.gitlab.com/competition/github/?stage=Configure">https://about.gitlab.com/competition/github/?stage=Configure</a></figcaption></figure>
<p>This seems extremely useful for a program that has set deadlines and not enough time to do these things during, say, a Sprint. It allows a lot more flexibility with the work being done in a repo and can allow a lot more efficiency and productivity. I will definitely look into this more later on when I start using this repo I cloned myself.</p>
<p>All in all, after looking things over, it seems like GitLab has a lot of additions that make it better over GitHub in all sorts of ways, and I&#8217;m surprised GitHub is used more than it. I should probably introduce my friend I&#8217;m working with on GitHub for his game engine for this if he ever develops a much bigger team, as many of the planning-oriented inclusions GitLab has would be extremely beneficial!</p>

<p class="syndicated-attribution"><em>From the blog <a href="https://shrimpfriedthisrice.wordpress.com">CS@Worcester – You&amp;#039;re Telling Me A Shrimp Wrote This Code?!</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by tempurashrimple">tempurashrimple</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="https://1.gravatar.com/avatar/d32aac6a6c8a8da64a549030aea18c3c1fd2d366336d55ef20d2a1a8875ea2ff?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image.png?w=1024" length="0" type="" />
<enclosure url="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-1.png?w=811" length="0" type="" />
<enclosure url="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-2.png?w=950" length="0" type="" />
<enclosure url="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-3.png?w=1024" length="0" type="" />
<enclosure url="https://shrimpfriedthisrice.files.wordpress.com/2023/12/image-4.png?w=1024" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">20267</post-id>	</item>
		<item>
		<title>Setting up your development environment</title>
		<link>http://codeyourenthusiasm.wordpress.com/2012/09/09/setting-up-your-development-environment/</link>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Sun, 09 Sep 2012 20:57:34 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WSU CS]]></category>
		<guid isPermaLink="false">http://codeyourenthusiasm.wordpress.com/?p=162</guid>

					<description><![CDATA[This is a guide for creating a new Android Eclipse project from source code on GitHub. It is tailored to my independent study project for the benefit of my partners, but it could be easily adapted to any Android project. Note: This guide was created for Windows 7 64-bit. Other versions of Windows should be [&#8230;]<img alt="" border="0" src="http://pixel.wp.com/b.gif?host=codeyourenthusiasm.wordpress.com&#38;blog=37163678&#38;post=162&#38;subd=codeyourenthusiasm&#38;ref=&#38;feed=1" width="1" height="1">]]></description>
										<content:encoded><![CDATA[<p>This is a guide for creating a new Android Eclipse project from source code on GitHub. It is tailored to my independent study project for the benefit of my partners, but it could be easily adapted to any Android project.</p>
<p>Note: This guide was created for Windows 7 64-bit. Other versions of Windows should be similar.</p>
<p><strong>1. <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" >Download and install Java SE Development Kit for Windows x86</a></strong></p>
<p>Note: I highly recommend NOT installing to the default C:\Program Files (x86)\Java\ folder. The Program Files folder has very restrictive permissions which may cause file writing/copying errors in the future. I chose to install to C:\Java\.</p>
<p><strong>2. <a href="http://developer.android.com/sdk/index.html" >Download and install Android SDK for Windows</a></strong></p>
<p>Note: Again I recommend NOT installing to the default folder. I chose to install to C:\Android\.</p>
<p><strong>3. Run the Android SDK Manager and install the groups: Tools, Android 4.1 (API 16), and Android 2.2 (API 8).</strong></p>
<p><a href="http://codeyourenthusiasm.files.wordpress.com/2012/09/sdk_manager.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-medium wp-image-163" title="Android SDK Manager" src="http://codeyourenthusiasm.files.wordpress.com/2012/09/sdk_manager.jpg?w=300&#038;h=297&#038;fit=300%2C297&#038;resize=300%2C297" alt="" width="300" height="297" /></a></p>
<p><strong>4. <a href="http://www.eclipse.org/downloads/" >Download either Eclipse Classic for Windows 32-bit or Eclipse for Java Developers for Windows 32-bit</a></strong></p>
<p><strong>5. Extract the downloaded eclipse\ folder into your Java\jdk*\ folder</strong></p>
<p><strong>6. <a href="http://windows.github.com/" >Download and install GitHub for Windows</a></strong></p>
<p><strong>7. Run Eclipse, and choose your GitHub folder as your workspace</strong></p>
<p><strong>8. <a href="http://developer.android.com/sdk/installing/installing-adt.html" >Install Eclipse ADT Plugin</a></strong></p>
<p>Note: If you get an error after restarting Eclipse about not being able to find the Android SDK, just click the Preferences button and point to your Android\android-sdk\ folder.</p>
<p><strong>9. Create a new Android project, and then close Eclipse afterwards</strong></p>
<p>Name the project Task Butler, and name the package edu.worcester.cs499summer2012. The target SDK should be API 16 and the minimum required SDK should be API 8.</p>
<p><a href="http://codeyourenthusiasm.files.wordpress.com/2012/09/new_project.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-medium wp-image-165" title="New Project Screen" src="http://codeyourenthusiasm.files.wordpress.com/2012/09/new_project.jpg?w=300&#038;h=275&#038;fit=300%2C275&#038;resize=300%2C275" alt="" width="300" height="275" /></a></p>
<p><strong>10. <a href="https://github.com/CS-Worcester/CS499Summer2012" >Clone the CS499Summer2012 repo to your local GitHub folder</a></strong></p>
<p><strong>11. Move the local repo files into your Task Butler folder</strong></p>
<ul>
<li>In your GitHub\Task Butler\ folder, delete everything EXCEPT <strong>.settings\</strong>, <strong>.project</strong>, and <strong>.classpath</strong></li>
<li>Move everything from GitHub\CS499Summer2012\ into GitHub\Task Butler\</li>
<li>Note: Make sure &#8220;Show hidden files, folders, and drives&#8221; is enabled in Windows Explorer&#8217;s Folder options so you can see the hidden .git folder</li>
<li>Delete the now-empty \GitHub\CS499Summer2012\ folder</li>
</ul>
<p><strong>12. Reopen Eclipse, and the project should now have all of its files (and lots of errors!)</strong></p>
<p><a href="http://codeyourenthusiasm.files.wordpress.com/2012/09/project_with_errors.jpg"><img data-recalc-dims="1" height="300" width="300" decoding="async" class="alignnone size-medium wp-image-167" title="Project With Errors" src="http://codeyourenthusiasm.files.wordpress.com/2012/09/project_with_errors.jpg?w=238&#038;h=300&#038;fit=300%2C300" alt=""   /></a></p>
<p><strong>13. <a href="http://actionbarsherlock.com/" >Download ActionBarSherlock and extract it somewhere</a></strong></p>
<p>I chose C:\Android\</p>
<p><strong>14. In Eclipse, import the library\ folder inside the ActionBarSherlock folder as a new project</strong></p>
<p><a href="http://codeyourenthusiasm.files.wordpress.com/2012/09/abs_import.jpg"><img data-recalc-dims="1" height="300" width="300" decoding="async" class="alignnone size-medium wp-image-168" title="Import ActionBarSherlock into Eclipse" src="http://codeyourenthusiasm.files.wordpress.com/2012/09/abs_import.jpg?w=285&#038;h=300&#038;fit=300%2C300" alt=""   /></a></p>
<p><strong>15. Modify the library&#8217;s Android properties and Java Compiler properties to get rid of errors</strong></p>
<p>Make sure the build target is set to 4.1 and the &#8220;Is library&#8221; checkbox is checked.</p>
<p><a href="http://codeyourenthusiasm.files.wordpress.com/2012/09/library_android_properties1.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-medium wp-image-171" title="Library Android Properties" src="http://codeyourenthusiasm.files.wordpress.com/2012/09/library_android_properties1.jpg?w=300&#038;h=300&#038;fit=300%2C300&#038;resize=300%2C300" alt="" width="300" height="300" /></a></p>
<p>Make sure the Compiler compliance level is set to 1.6.</p>
<p><a href="http://codeyourenthusiasm.files.wordpress.com/2012/09/library_compiler_properties.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-medium wp-image-169" title="Library Compiler Properties" src="http://codeyourenthusiasm.files.wordpress.com/2012/09/library_compiler_properties.jpg?w=300&#038;h=274&#038;fit=300%2C274&#038;resize=300%2C274" alt="" width="300" height="274" /></a></p>
<p><strong>16. Modify Task Butler&#8217;s Android properties to include the new library</strong></p>
<p>Make sure the build target is 4.1 and add ActionBarSherlock to Library (if there is one listed already with a question mark, remove it).</p>
<p><a href="http://codeyourenthusiasm.files.wordpress.com/2012/09/task_butler_android_properties.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-medium wp-image-172" title="Task Butler Android Properties" src="http://codeyourenthusiasm.files.wordpress.com/2012/09/task_butler_android_properties.jpg?w=300&#038;h=295&#038;fit=300%2C295&#038;resize=300%2C295" alt="" width="300" height="295" /></a></p>
<p><strong>17. If necessary, clean the project and it should rebuild itself with no errors.</strong></p>
<p><a href="http://codeyourenthusiasm.files.wordpress.com/2012/09/project_no_errors.jpg"><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-medium wp-image-173" title="Project No Errors" src="http://codeyourenthusiasm.files.wordpress.com/2012/09/project_no_errors.jpg?w=300&#038;h=255&#038;fit=300%2C255&#038;resize=300%2C255" alt="" width="300" height="255" /></a></p>
<p>The project is now ready to be worked on!</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeyourenthusiasm.wordpress.com/162/"><img decoding="async" alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeyourenthusiasm.wordpress.com/162/" /></a> <img data-recalc-dims="1" loading="lazy" decoding="async" alt="" border="0" src="https://i0.wp.com/pixel.wp.com/b.gif?resize=1%2C1" width="1" height="1" /></p>

<p class="syndicated-attribution"><em>From the blog <a href="http://codeyourenthusiasm.wordpress.com">Code Your Enthusiasm » WSU CS</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Jon">Jon</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="http://1.gravatar.com/avatar/74f7210512992fc54e041bc8b28171f6?s=96&#038;d=identicon&#038;r=G" length="0" type="" />
<enclosure url="http://codeyourenthusiasm.files.wordpress.com/2012/09/sdk_manager.jpg?w=300" length="0" type="" />
<enclosure url="http://codeyourenthusiasm.files.wordpress.com/2012/09/new_project.jpg?w=300" length="0" type="" />
<enclosure url="http://codeyourenthusiasm.files.wordpress.com/2012/09/project_with_errors.jpg?w=239" length="0" type="" />
<enclosure url="http://codeyourenthusiasm.files.wordpress.com/2012/09/abs_import.jpg?w=286" length="0" type="" />
<enclosure url="http://codeyourenthusiasm.files.wordpress.com/2012/09/library_android_properties1.jpg?w=300" length="0" type="" />
<enclosure url="http://codeyourenthusiasm.files.wordpress.com/2012/09/library_compiler_properties.jpg?w=300" length="0" type="" />
<enclosure url="http://codeyourenthusiasm.files.wordpress.com/2012/09/task_butler_android_properties.jpg?w=300" length="0" type="" />
<enclosure url="http://codeyourenthusiasm.files.wordpress.com/2012/09/project_no_errors.jpg?w=300" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">1128</post-id>	</item>
		<item>
		<title>Code is live on Github</title>
		<link>http://codeyourenthusiasm.wordpress.com/2012/08/29/code-is-live-on-github/</link>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 21:21:52 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[WSU CS]]></category>
		<guid isPermaLink="false">http://codeyourenthusiasm.wordpress.com/?p=137</guid>

					<description><![CDATA[Now that the app is in development, our work is live on Github. Check it out by clicking the Github link at the top of my blog.   ]]></description>
										<content:encoded><![CDATA[<p>Now that the app is in development, our work is live on Github. Check it out by clicking the Github link at the top of my blog.</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeyourenthusiasm.wordpress.com/137/"><img decoding="async" alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeyourenthusiasm.wordpress.com/137/" /></a> <img data-recalc-dims="1" loading="lazy" decoding="async" alt="" border="0" src="https://i0.wp.com/pixel.wp.com/b.gif?resize=1%2C1" width="1" height="1" /></p>

<p class="syndicated-attribution"><em>From the blog <a href="http://codeyourenthusiasm.wordpress.com">Code Your Enthusiasm » WSU CS</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Jon">Jon</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="http://1.gravatar.com/avatar/74f7210512992fc54e041bc8b28171f6?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">1094</post-id>	</item>
		<item>
		<title>The trickiness of using Git in an Eclipse project workspace</title>
		<link>http://codeyourenthusiasm.wordpress.com/2012/07/28/the-trickiness-of-using-git-in-an-eclipse-project-workspace/</link>
		
		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Sat, 28 Jul 2012 05:01:41 +0000</pubDate>
				<category><![CDATA[#git]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[WSU CS]]></category>
		<guid isPermaLink="false">http://codeyourenthusiasm.wordpress.com/?p=126</guid>

					<description><![CDATA[I know there is a Git plugin for Eclipse, but I prefer to do things the old school way with terminal commands. So when it came time to make sure my Eclipse project folder was being tracked by our remote repository on Github, I thought I could just clone our repository and then create a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=codeyourenthusiasm.wordpress.com&#38;blog=37163678&#38;post=126&#38;subd=codeyourenthusiasm&#38;ref=&#38;feed=1" width="1" height="1" />]]></description>
										<content:encoded><![CDATA[<p>I know there is a Git plugin for Eclipse, but I prefer to do things the old school way with terminal commands. So when it came time to make sure my Eclipse project folder was being tracked by our remote repository on Github, I thought I could just clone our repository and then create a new Eclipse project in that same directory. Except Eclipse does not let you create a new project in a directory that already exists. And I wasn&#8217;t going to try to clone into a directory after it had already been populated by local Eclipse files; who knows what kind of problems that would have created.</p>
<p>If there is an elegant solution to this problem, I didn&#8217;t find it. I changed the name of the cloned directory, then created my Eclipse project using the original directory name now that it was unused and available. Then I moved all the Git files into the new directory, and deleted the now-empty one with the changed name. And everything works great.</p>
<p>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/codeyourenthusiasm.wordpress.com/126/"><img decoding="async" alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/codeyourenthusiasm.wordpress.com/126/" /></a> <img data-recalc-dims="1" loading="lazy" decoding="async" alt="" border="0" src="https://i0.wp.com/stats.wordpress.com/b.gif?resize=1%2C1" width="1" height="1" /></p>

<p class="syndicated-attribution"><em>From the blog <a href="http://codeyourenthusiasm.wordpress.com">Code Your Enthusiasm » WSU CS</a> by <a href="https://cs.worcester.edu/author/0/" title="Read other posts by Jon">Jon</a></em> and used with permission of the author. All other rights reserved by the author.</p>]]></content:encoded>
					
		
		<enclosure url="http://1.gravatar.com/avatar/74f7210512992fc54e041bc8b28171f6?s=96&#038;d=identicon&#038;r=G" length="0" type="" />

		<post-id xmlns="com-wordpress:feed-additions:1">1034</post-id>	</item>
	</channel>
</rss>
