<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Git &amp; GitHub on @yt.yeasin50</title><link>https://yeasin50.github.io/yt/git/</link><description>Recent content in Git &amp; GitHub on @yt.yeasin50</description><generator>Hugo -- 0.150.0</generator><language>en</language><lastBuildDate>Fri, 13 Mar 2026 13:01:40 +0600</lastBuildDate><atom:link href="https://yeasin50.github.io/yt/git/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Version Control?</title><link>https://yeasin50.github.io/yt/git/01_version_controll/</link><pubDate>Wed, 28 Jan 2026 19:00:00 +0800</pubDate><guid>https://yeasin50.github.io/yt/git/01_version_controll/</guid><description>Version Control System কী এবং Git কী?</description></item><item><title>GitHub Account Create &amp; Setup</title><link>https://yeasin50.github.io/yt/git/02_github_account_setup/</link><pubDate>Sun, 25 Jan 2026 19:00:00 +0800</pubDate><guid>https://yeasin50.github.io/yt/git/02_github_account_setup/</guid><description>&lt;p&gt;এই ভিডিওতে আমরা &lt;a href="https://github.com/"&gt;GitHub account&lt;/a&gt; তৈরি করা, profile update করা এবং একটি simple repository তৈরি করা দেখেছি।&lt;/p&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/buHRWtXFhfA?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
&lt;/div&gt;</description></item><item><title>Git Install &amp; Global Config</title><link>https://yeasin50.github.io/yt/git/03_git_install_and_config/</link><pubDate>Fri, 30 Jan 2026 19:00:00 +0800</pubDate><guid>https://yeasin50.github.io/yt/git/03_git_install_and_config/</guid><description>Windows ও Linux এ Git install এবং global configuration</description></item><item><title>Basic &amp; Essential Commands</title><link>https://yeasin50.github.io/yt/git/04_git_essential_commands/</link><pubDate>Mon, 02 Feb 2026 19:00:00 +0800</pubDate><guid>https://yeasin50.github.io/yt/git/04_git_essential_commands/</guid><description>Git workflow এর গুরুত্বপূর্ণ commands</description></item><item><title>Restore &amp; Reset</title><link>https://yeasin50.github.io/yt/git/05_git_restore/</link><pubDate>Sat, 27 Sep 2025 19:00:00 +0800</pubDate><guid>https://yeasin50.github.io/yt/git/05_git_restore/</guid><description>Git restore এবং reset commands, workspace এবং commit history manage.</description></item><item><title>Using .gitignore</title><link>https://yeasin50.github.io/yt/git/07_git_ignore/</link><pubDate>Tue, 10 Feb 2026 19:00:00 +0800</pubDate><guid>https://yeasin50.github.io/yt/git/07_git_ignore/</guid><description>কীভাবে `.gitignore` ফাইল দিয়ে নির্দিষ্ট ফাইল ও ফোল্ডার ignore করা যায়।</description></item><item><title>Git Branching Basics</title><link>https://yeasin50.github.io/yt/git/08_git_branch/</link><pubDate>Sat, 14 Feb 2026 19:00:00 +0800</pubDate><guid>https://yeasin50.github.io/yt/git/08_git_branch/</guid><description>Git branch তৈরি, switch এবং delete</description></item><item><title>Git Branch Merge</title><link>https://yeasin50.github.io/yt/git/10_git_merge/</link><pubDate>Sun, 22 Feb 2026 19:00:00 +0800</pubDate><guid>https://yeasin50.github.io/yt/git/10_git_merge/</guid><description>Fast-Forward &amp;amp; 3-Way Merge, Git-Conflicts &amp;amp; squash commits</description></item><item><title>Git Merge &amp; Rebase with visual</title><link>https://yeasin50.github.io/yt/git/11_git_rebase/</link><pubDate>Sat, 07 Mar 2026 13:00:04 +0600</pubDate><guid>https://yeasin50.github.io/yt/git/11_git_rebase/</guid><description>&lt;h2 id="git-rebase"&gt;Git Rebase&lt;/h2&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/af0G_MrMcj0?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-cmd" data-lang="cmd"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git rebase yourBranch
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="git-merge--rebase-visual"&gt;Git Merge &amp;amp; Rebase Visual&lt;/h2&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/DUg5jKjFNlQ?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;You can play on &lt;a href="https://git-school.github.io/visualizing-git/"&gt;Git School&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>Clone, PR, Conflicts &amp; Settings</title><link>https://yeasin50.github.io/yt/git/12_git_clone_push_pr/</link><pubDate>Tue, 10 Mar 2026 14:01:13 +0600</pubDate><guid>https://yeasin50.github.io/yt/git/12_git_clone_push_pr/</guid><description>Learn to clone repositories, push changes, create Pull Requests, resolve merge conflicts, and manage repository settings.</description></item><item><title>GitHub Issues, Collaborators &amp; Fork</title><link>https://yeasin50.github.io/yt/git/13_git_collaboration/</link><pubDate>Fri, 13 Mar 2026 13:01:40 +0600</pubDate><guid>https://yeasin50.github.io/yt/git/13_git_collaboration/</guid><description>How to create issues, add collaborators, and fork a GitHub repository</description></item></channel></rss>