<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git-Workflow on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/git-workflow/</link><description>Recent content in Git-Workflow on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Thu, 16 Apr 2026 17:23:48 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/git-workflow/index.xml" rel="self" type="application/rss+xml"/><item><title>Cloning and Keeping Track of Changes</title><link>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/001-pre-requisites/</link><pubDate>Sun, 13 Apr 2025 06:29:16 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ags/hbstack-content/hbstack/01-setup/01-module/001-pre-requisites/</guid><description>&lt;p class="lead text-primary"&gt;
Instructions for setting up the project and keeping track of changes in the original repository. This guide covers cloning, Docker setup, and Git workflow management.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="setting-up-the-project"&gt;Setting Up the Project&lt;/h2&gt;
&lt;h3 id="prerequisites"&gt;Prerequisites&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Install Required Tools:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a
 href="https://docs.docker.com/get-docker/"
 
 target="_blank" rel="noopener noreferrer"&gt;Docker&lt;/a&gt;: Ensure Docker is installed and running on your system.&lt;/li&gt;
&lt;li&gt;&lt;a
 href="https://gohugo.io/getting-started/installing/"
 
 target="_blank" rel="noopener noreferrer"&gt;Hugo&lt;/a&gt;: Install Hugo for local development.&lt;/li&gt;
&lt;li&gt;&lt;a
 href="https://git-scm.com/downloads"
 
 target="_blank" rel="noopener noreferrer"&gt;Git&lt;/a&gt;: Ensure Git is installed for version control.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Clone the Repository:&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt;git clone https://github.com/&amp;lt;upstream-repo-owner&amp;gt;/hbstack.git my-hbstack-project
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;2&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; my-hbstack-project
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Initialize Your Own Repository:&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>