<?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/"
	xmlns:series="https://publishpress.com/"
	>

<channel>
	<title>git basic &#8211; DevOps Lite</title>
	<atom:link href="https://devopslite.com/tag/git-basic/feed/" rel="self" type="application/rss+xml" />
	<link>https://devopslite.com</link>
	<description>DevOps Howtos, Tutorials &#38; Guides</description>
	<lastBuildDate>Sun, 15 Sep 2024 16:05:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://devopslite.com/wp-content/uploads/2024/02/favicon.ico</url>
	<title>git basic &#8211; DevOps Lite</title>
	<link>https://devopslite.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Git cherry-pick for specific commits</title>
		<link>https://devopslite.com/git-cherry-pick-for-specific-commits/</link>
					<comments>https://devopslite.com/git-cherry-pick-for-specific-commits/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Fri, 20 Sep 2024 01:00:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[git cherry-pick]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=4076</guid>

					<description><![CDATA[<p>In this article, we will explore how to use git cherry-pick to pick specific commits and integrate them into your branch effectively.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/git-cherry-pick-for-specific-commits/">Git cherry-pick for specific commits</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/git-cherry-pick-for-specific-commits/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
		<item>
		<title>Git stash for temporary changes</title>
		<link>https://devopslite.com/git-stash-for-temporary-changes/</link>
					<comments>https://devopslite.com/git-stash-for-temporary-changes/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Thu, 19 Sep 2024 01:00:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[git stash]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=4072</guid>

					<description><![CDATA[<p>In this article, we will explore how to use git stash to manage your uncommitted changes efficiently.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/git-stash-for-temporary-changes/">Git stash for temporary changes</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/git-stash-for-temporary-changes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
		<item>
		<title>Git rebase for cleaner commit history</title>
		<link>https://devopslite.com/git-rebase-for-cleaner-commit-history/</link>
					<comments>https://devopslite.com/git-rebase-for-cleaner-commit-history/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Wed, 18 Sep 2024 01:00:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[git rebase]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=4068</guid>

					<description><![CDATA[<p>In this article, we will explore how to use git rebase to manage your commit history and maintain a tidy project timeline.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/git-rebase-for-cleaner-commit-history/">Git rebase for cleaner commit history</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/git-rebase-for-cleaner-commit-history/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
		<item>
		<title>Git hooks for automating tasks</title>
		<link>https://devopslite.com/git-hooks-for-automating-tasks/</link>
					<comments>https://devopslite.com/git-hooks-for-automating-tasks/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Tue, 17 Sep 2024 01:00:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[git hooks]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=4064</guid>

					<description><![CDATA[<p>With git hooks, you can trigger custom scripts to run at different stages of the Git process, such as committing code, merging branches, or pushing changes.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/git-hooks-for-automating-tasks/">Git hooks for automating tasks</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/git-hooks-for-automating-tasks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
		<item>
		<title>.gitignore for ignoring unnecessary files</title>
		<link>https://devopslite.com/gitignore-for-ignoring-unnecessary-files/</link>
					<comments>https://devopslite.com/gitignore-for-ignoring-unnecessary-files/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Mon, 16 Sep 2024 01:00:00 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[.gitignore]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=4057</guid>

					<description><![CDATA[<p>The .gitignore file allows you to specify files and directories that Git should ignore, preventing them from being tracked in your repository.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/gitignore-for-ignoring-unnecessary-files/">.gitignore for ignoring unnecessary files</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/gitignore-for-ignoring-unnecessary-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
		<item>
		<title>Git history with git log</title>
		<link>https://devopslite.com/git-history-with-git-log/</link>
					<comments>https://devopslite.com/git-history-with-git-log/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Sun, 15 Sep 2024 11:20:09 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git history]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[git log]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=4047</guid>

					<description><![CDATA[<p>Git provides a powerful command called git log that allows you to view the git history of your repository.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/git-history-with-git-log/">Git history with git log</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/git-history-with-git-log/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
		<item>
		<title>Git branch management basics</title>
		<link>https://devopslite.com/git-branch-management-basics/</link>
					<comments>https://devopslite.com/git-branch-management-basics/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Fri, 30 Aug 2024 04:54:13 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[git branch]]></category>
		<category><![CDATA[git merge]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=3983</guid>

					<description><![CDATA[<p>In this guide, we will cover the essentials of Git branch management, including how to create, delete, switch, and merge branches using the git branch and git merge commands.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/git-branch-management-basics/">Git branch management basics</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/git-branch-management-basics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
		<item>
		<title>Git change management basics</title>
		<link>https://devopslite.com/git-change-management-basics/</link>
					<comments>https://devopslite.com/git-change-management-basics/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Thu, 29 Aug 2024 04:14:39 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[git reset]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[git add]]></category>
		<category><![CDATA[git commit]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=3977</guid>

					<description><![CDATA[<p>In this article, we will explore the basics of Git change management, focusing on essential commands like git add, git commit, and git reset.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/git-change-management-basics/">Git change management basics</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/git-change-management-basics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
		<item>
		<title>Git Basic: Commit, Branch, and Merge</title>
		<link>https://devopslite.com/git-basic-commit-branch-and-merge/</link>
					<comments>https://devopslite.com/git-basic-commit-branch-and-merge/#respond</comments>
		
		<dc:creator><![CDATA[Daniel Pham]]></dc:creator>
		<pubDate>Wed, 28 Aug 2024 04:04:35 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[commit]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[git basic]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<guid isPermaLink="false">https://devopslite.com/?p=3971</guid>

					<description><![CDATA[<p>Mastering Git basics can greatly enhance your productivity and collaboration capabilities. In this article, we'll explore fundamental Git concepts such as commit, branch, and merge, and how they work together to streamline the development process.</p>
<p>The post <a rel="nofollow" href="https://devopslite.com/git-basic-commit-branch-and-merge/">Git Basic: Commit, Branch, and Merge</a> appeared first on <a rel="nofollow" href="https://devopslite.com">DevOps Lite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://devopslite.com/git-basic-commit-branch-and-merge/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<series:name><![CDATA[Instructions for using Git and GitHub]]></series:name>
	</item>
	</channel>
</rss>
