<?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 commands | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/github-commands/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Mon, 25 Apr 2022 13:29:10 +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>
	<item>
		<title>How to generate a patch with edited files? How to zip latest committed changes only</title>
		<link>https://tutes.in/how-to-generate-a-patch-with-edited-files-how-to-zip-latest-committed-changes-only/</link>
					<comments>https://tutes.in/how-to-generate-a-patch-with-edited-files-how-to-zip-latest-committed-changes-only/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 06 Sep 2021 11:34:34 +0000</pubDate>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[github commands]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2693</guid>

					<description><![CDATA[<p>Reference: https://stackoverflow.com/a/42971972/2229148 sometimes you need all the files that were updated so you can patch an external app which doesnt uses same git project or many other scenarios in which we need a zip or tar of those files. Use the above command to do so There is a smarter way also, if you want [&#8230;]</p>
The post <a href="https://tutes.in/how-to-generate-a-patch-with-edited-files-how-to-zip-latest-committed-changes-only/">How to generate a patch with edited files? How to zip latest committed changes only</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-generate-a-patch-with-edited-files-how-to-zip-latest-committed-changes-only/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to push into master or any other branch after removing last n commits in git?</title>
		<link>https://tutes.in/how-to-push-into-master-after-removing-last-two-commits-in-git/</link>
					<comments>https://tutes.in/how-to-push-into-master-after-removing-last-two-commits-in-git/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 21 Jan 2019 19:23:45 +0000</pubDate>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[github commands]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2212</guid>

					<description><![CDATA[<p>git log to find out the commit you want to revert git push origin +daee17:master while daee17 is the commit before the wrongly pushed commit.+ was for force push Finally use git push origin master to sync your local with your git repo And that&#8217;s it. Below is my log aka example. One of the [&#8230;]</p>
The post <a href="https://tutes.in/how-to-push-into-master-after-removing-last-two-commits-in-git/">How to push into master or any other branch after removing last n commits in git?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-push-into-master-after-removing-last-two-commits-in-git/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to learn Git in 15 minutes? List of most basic git commands</title>
		<link>https://tutes.in/important-useful-git-commands/</link>
					<comments>https://tutes.in/important-useful-git-commands/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 04:55:22 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[git cli]]></category>
		<category><![CDATA[Git commands]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[github commands]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2094</guid>

					<description><![CDATA[<p>Git&#160;is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.&#160;Git&#160;is easy to learn and has a tiny footprint with lightning fast performance. Every dev has a working copy of the code and full change history on their local machine Here are [&#8230;]</p>
The post <a href="https://tutes.in/important-useful-git-commands/">How to learn Git in 15 minutes? List of most basic git commands</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/important-useful-git-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
