<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6411&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Want to compile something, but need to revert some stuff,]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6411</link>
		<description><![CDATA[The most recent posts in [SOLVED] Want to compile something, but need to revert some stuff,.]]></description>
		<lastBuildDate>Mon, 12 Feb 2024 01:53:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Want to compile something, but need to revert some stuff,]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48067#p48067</link>
			<description><![CDATA[<p>I actually looked this up at one point, before I saw you replied here and the solution was git reset revision --hard</p><p>That seems to be what I wanted most of all.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Mon, 12 Feb 2024 01:53:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48067#p48067</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Want to compile something, but need to revert some stuff,]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48062#p48062</link>
			<description><![CDATA[<p>Running <span class="bbc"><a href="https://manpages.debian.org/bookworm/git-man/git-reset.1.en.html" rel="nofollow">git reset</a> <em>revision</em></span> will change where HEAD is pointed, and - depending on various factors - may or not result in losing history, and may affect the ability to interact with remotes.</p><p>Alternatively, <span class="bbc"><a href="https://manpages.debian.org/bookworm/git-man/git-checkout.1.en.html" rel="nofollow">git checkout</a> -b <em>branch</em> <em>revision</em></span> will create a new local branch at that point, allowing one to make changes but not lose history, and retaining the ability to push/pull as normal.</p><p>There are a bunch of other potential options depending on precisely what the situation is and what the desired outcome is.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Sun, 11 Feb 2024 17:00:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48062#p48062</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Want to compile something, but need to revert some stuff,]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48055#p48055</link>
			<description><![CDATA[<div class="codebox"><pre><code>git reset ab30493</code></pre></div><p>That will reset the checked out tree to the files of that commit, and mark that as HEAD for this workspace. The future history of the project following that commit will remain.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 11 Feb 2024 05:54:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48055#p48055</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Want to compile something, but need to revert some stuff,]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48054#p48054</link>
			<description><![CDATA[<p>Does anyone know what commands would work using git in reversing all commits to a specific one? </p><p>Like say there are 100 after commit ab30493 </p><p>what command(s) would I use to remove every changed commit after ab30493.</p><p>That&#039;s just an example,</p><p>Ie, so it would be like it was before the 100 commits.</p><p>Can anyone answer me? </p><p>Feel free, I will wait nearby hopefully.</p><p>Or tomorrow maybe, etc...</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Sun, 11 Feb 2024 05:36:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48054#p48054</guid>
		</item>
	</channel>
</rss>
