<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/commit</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 21:41:38 GMT</pubDate>
<item>
<title>(Bash) GIT - Editing an incorrect commit message - satie83</title>
<link>http://snipplr.com/view/65952/git--editing-an-incorrect-commit-message/</link>
<description><![CDATA[ <p>It's necessary that the commit hasn't pushed by anyone</p> ]]></description>
<pubDate>Thu, 05 Jul 2012 01:57:55 GMT</pubDate>
<guid>http://snipplr.com/view/65952/git--editing-an-incorrect-commit-message/</guid>
</item>
<item>
<title>(Bash) GIT - List all the files for a commit (or various commits) in git - satie83</title>
<link>http://snipplr.com/view/65726/git--list-all-the-files-for-a-commit-or-various-commits-in-git/</link>
<description><![CDATA[ <p>Hash of the commit which you want to  show a303aa90779efdd2f6b9d90693e2cbbbe4613c1d</p> ]]></description>
<pubDate>Thu, 21 Jun 2012 02:11:14 GMT</pubDate>
<guid>http://snipplr.com/view/65726/git--list-all-the-files-for-a-commit-or-various-commits-in-git/</guid>
</item>
<item>
<title>(Bash) GIT - Undo a merge - satie83</title>
<link>http://snipplr.com/view/64269/git--undo-a-merge/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 01 Apr 2012 02:46:37 GMT</pubDate>
<guid>http://snipplr.com/view/64269/git--undo-a-merge/</guid>
</item>
<item>
<title>(Bash) Reverting commit changes from HEAD - narkisr</title>
<link>http://snipplr.com/view/27487/reverting-commit-changes-from-head/</link>
<description><![CDATA[ <p>We can fix commits that we made by using --amend option.</p> ]]></description>
<pubDate>Mon, 01 Feb 2010 10:45:13 GMT</pubDate>
<guid>http://snipplr.com/view/27487/reverting-commit-changes-from-head/</guid>
</item>
<item>
<title>(Bash) Squashing a Git commit - jturmel</title>
<link>http://snipplr.com/view/26715/squashing-a-git-commit/</link>
<description><![CDATA[ <p>Squashing
---------
WARNING: "git rebase" changes history. Be careful. Google it.

git rebase --interactive HEAD~10
  (then change all but the first "pick" to "squash")
  squash the last 10 commits into one big commit</p> ]]></description>
<pubDate>Tue, 19 Jan 2010 11:54:37 GMT</pubDate>
<guid>http://snipplr.com/view/26715/squashing-a-git-commit/</guid>
</item>
<item>
<title>(Bash) git undo last commit - noah</title>
<link>http://snipplr.com/view/15420/git-undo-last-commit/</link>
<description><![CDATA[ <p>To add an _undo_ command to Git, use 

          git config --global alias.undo 'reset --soft HEAD^'

then just type `git undo` to get rid of the last commit.

Type [`git help reset`](http://www.kernel.org/pub/software/scm/git/docs/v1.0.13/git-reset.html) for the rest of the documentation.</p> ]]></description>
<pubDate>Sun, 31 May 2009 14:18:01 GMT</pubDate>
<guid>http://snipplr.com/view/15420/git-undo-last-commit/</guid>
</item>
<item>
<title>(Bash) Add all unversioned (except ignored) to commit - benpjohnson</title>
<link>http://snipplr.com/view/6265/add-all-unversioned-except-ignored-to-commit/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 May 2008 10:06:42 GMT</pubDate>
<guid>http://snipplr.com/view/6265/add-all-unversioned-except-ignored-to-commit/</guid>
</item>
</channel>
</rss>