<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 17:54:56 +0000</lastBuildDate>
    <item>
      <title>(Python) Download a Github user's Public Repositories - rootVIII</title>
      <link>https://snipplr.com/view/334796/download-a-github-users-public-repositories</link>
      <description>&lt;p&gt;Clone any Github user's collection of public repositories&lt;/p&gt;</description>
      <pubDate>Sun, 27 Oct 2019 06:48:31 UTC</pubDate>
      <guid>https://snipplr.com/view/334796/download-a-github-users-public-repositories</guid>
    </item>
    <item>
      <title>(Bash) Show a colored and meaningful view of a GIT repository in the shell - rm1984</title>
      <link>https://snipplr.com/view/147231/show-a-colored-and-meaningful-view-of-a-git-repository-in-the-shell</link>
      <description>&lt;p&gt;Show a colored and meaningful view of a GIT repository in the shell&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:30:34 UTC</pubDate>
      <guid>https://snipplr.com/view/147231/show-a-colored-and-meaningful-view-of-a-git-repository-in-the-shell</guid>
    </item>
    <item>
      <title>(Rails) Git log deleted line - yaworsk</title>
      <link>https://snipplr.com/view/88578/git-log-deleted-line</link>
      <description>&lt;p&gt;Git log to see deleted line&lt;/p&gt;</description>
      <pubDate>Wed, 28 Jan 2015 06:09:42 UTC</pubDate>
      <guid>https://snipplr.com/view/88578/git-log-deleted-line</guid>
    </item>
    <item>
      <title>(Other) Set up a .git repository using terminal - flatearthcomms</title>
      <link>https://snipplr.com/view/74587/set-up-a-git-repository-using-terminal</link>
      <description>&lt;p&gt;Set up a .git repository using terminal&lt;/p&gt;</description>
      <pubDate>Sat, 17 May 2014 00:46:03 UTC</pubDate>
      <guid>https://snipplr.com/view/74587/set-up-a-git-repository-using-terminal</guid>
    </item>
    <item>
      <title>(Bash) Remove old branches from git - eighteyes</title>
      <link>https://snipplr.com/view/72602/remove-old-branches-from-git</link>
      <description>&lt;p&gt;For git-flow style workflow where you prefix branch names with initials "sc/branchname"&lt;/p&gt;</description>
      <pubDate>Thu, 10 Oct 2013 09:41:17 UTC</pubDate>
      <guid>https://snipplr.com/view/72602/remove-old-branches-from-git</guid>
    </item>
    <item>
      <title>(PHP) Wordpress WP_ Settings - mralexjuarez</title>
      <link>https://snipplr.com/view/71676/wordpress-wp-settings</link>
      <description>&lt;p&gt;This snippet is used to set some wordpress directories / paths directly to the server name.&lt;/p&gt;</description>
      <pubDate>Sun, 30 Jun 2013 03:15:56 UTC</pubDate>
      <guid>https://snipplr.com/view/71676/wordpress-wp-settings</guid>
    </item>
    <item>
      <title>(Bash) GIT - Get the commits that occured between two dates - satie83</title>
      <link>https://snipplr.com/view/71631/git--get-the-commits-that-occured-between-two-dates</link>
      <description>&lt;p&gt;How to obtain all the commits that occurred between two dates&lt;/p&gt;</description>
      <pubDate>Wed, 26 Jun 2013 02:04:03 UTC</pubDate>
      <guid>https://snipplr.com/view/71631/git--get-the-commits-that-occured-between-two-dates</guid>
    </item>
    <item>
      <title>(Other) git checkout remote branch - tzvio</title>
      <link>https://snipplr.com/view/71557/git-checkout-remote-branch</link>
      <description>&lt;p&gt;git checkout remote branch&lt;/p&gt;</description>
      <pubDate>Tue, 18 Jun 2013 02:05:13 UTC</pubDate>
      <guid>https://snipplr.com/view/71557/git-checkout-remote-branch</guid>
    </item>
    <item>
      <title>(Other) git delete local branch - tzvio</title>
      <link>https://snipplr.com/view/71552/git-delete-local-branch</link>
      <description>&lt;p&gt;git delete local branch&lt;/p&gt;</description>
      <pubDate>Mon, 17 Jun 2013 20:18:53 UTC</pubDate>
      <guid>https://snipplr.com/view/71552/git-delete-local-branch</guid>
    </item>
    <item>
      <title>(Other) Git create new branch - tzvio</title>
      <link>https://snipplr.com/view/71551/git-create-new-branch</link>
      <description>&lt;p&gt;Git create new branch&lt;/p&gt;</description>
      <pubDate>Mon, 17 Jun 2013 20:07:19 UTC</pubDate>
      <guid>https://snipplr.com/view/71551/git-create-new-branch</guid>
    </item>
    <item>
      <title>(Other) push branch to remote - git - tzvio</title>
      <link>https://snipplr.com/view/71480/push-branch-to-remote--git</link>
      <description>&lt;p&gt;Push branch to remote in git.&lt;/p&gt;</description>
      <pubDate>Wed, 12 Jun 2013 02:24:40 UTC</pubDate>
      <guid>https://snipplr.com/view/71480/push-branch-to-remote--git</guid>
    </item>
    <item>
      <title>(PHP) Deploy GIT changeset to 1and1 via sftp (phpseclib) - marcniko</title>
      <link>https://snipplr.com/view/69856/deploy-git-changeset-to-1and1-via-sftp-phpseclib</link>
      <description>&lt;p&gt;Script per copiar els fitxers canviats en una revisiÃ³ git al servidor remot via sftp, using  PHP Secure Communications Library (phpseclib): http://sourceforge.net/projects/phpseclib/.&#13;
Ãštil per usar amb 1and1.&lt;/p&gt;</description>
      <pubDate>Fri, 08 Feb 2013 02:21:59 UTC</pubDate>
      <guid>https://snipplr.com/view/69856/deploy-git-changeset-to-1and1-via-sftp-phpseclib</guid>
    </item>
    <item>
      <title>(Bash) Customized Sexy Bash  Prompt - Git branch/Status - oxnard</title>
      <link>https://snipplr.com/view/68985/customized-sexy-bash--prompt--git-branchstatus</link>
      <description>&lt;p&gt;customized version of Sexy Bash Prompt&lt;/p&gt;</description>
      <pubDate>Thu, 06 Dec 2012 10:57:04 UTC</pubDate>
      <guid>https://snipplr.com/view/68985/customized-sexy-bash--prompt--git-branchstatus</guid>
    </item>
    <item>
      <title>(Bash) GIT - How to get just one file from another branch - satie83</title>
      <link>https://snipplr.com/view/66355/git--how-to-get-just-one-file-from-another-branch</link>
      <description>&lt;p&gt;I am using git and working on master branch. This branch has a file called app.js .&#13;
&#13;
I have an experiment branch in which I made a bunch of changes and tons of commit. Now I want to bring all the changes done only to app.js from experiment to master branch.&lt;/p&gt;</description>
      <pubDate>Thu, 26 Jul 2012 22:39:35 UTC</pubDate>
      <guid>https://snipplr.com/view/66355/git--how-to-get-just-one-file-from-another-branch</guid>
    </item>
    <item>
      <title>(Bash) GIT - Search trough all commits in the repository - satie83</title>
      <link>https://snipplr.com/view/66289/git--search-trough-all-commits-in-the-repository</link>
      <description>&lt;p&gt;I have a Git repository with few branches and dangling commits. I would like to search all such commits in repository for a specific string.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jul 2012 19:30:34 UTC</pubDate>
      <guid>https://snipplr.com/view/66289/git--search-trough-all-commits-in-the-repository</guid>
    </item>
    <item>
      <title>(Bash) GIT - List of stale remote-tracking branches - satie83</title>
      <link>https://snipplr.com/view/66163/git--list-of-stale-remotetracking-branches</link>
      <description>&lt;p&gt;Youâ€™ll receive a list of your stale remote-tracking branches. If you run it without â€“dry-run option, it will remove them for you.&lt;/p&gt;</description>
      <pubDate>Mon, 16 Jul 2012 22:20:47 UTC</pubDate>
      <guid>https://snipplr.com/view/66163/git--list-of-stale-remotetracking-branches</guid>
    </item>
    <item>
      <title>(Bash) GIT - Editing an incorrect commit message - satie83</title>
      <link>https://snipplr.com/view/65952/git--editing-an-incorrect-commit-message</link>
      <description>&lt;p&gt;It's necessary that the commit hasn't pushed by anyone&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jul 2012 01:57:55 UTC</pubDate>
      <guid>https://snipplr.com/view/65952/git--editing-an-incorrect-commit-message</guid>
    </item>
    <item>
      <title>(Bash) GIT - Find out which is the remote branch, which is tracked by a local branch - satie83</title>
      <link>https://snipplr.com/view/65834/git--find-out-which-is-the-remote-branch-which-is-tracked-by-a-local-branch</link>
      <description>&lt;p&gt;This shows the local and remote branches along with the most recent commit for each branch.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:47:05 UTC</pubDate>
      <guid>https://snipplr.com/view/65834/git--find-out-which-is-the-remote-branch-which-is-tracked-by-a-local-branch</guid>
    </item>
    <item>
      <title>(Bash) GIT - List all the files for a commit (or various commits) in git - satie83</title>
      <link>https://snipplr.com/view/65726/git--list-all-the-files-for-a-commit-or-various-commits-in-git</link>
      <description>&lt;p&gt;Hash of the commit which you want to  show a303aa90779efdd2f6b9d90693e2cbbbe4613c1d&lt;/p&gt;</description>
      <pubDate>Thu, 21 Jun 2012 02:11:14 UTC</pubDate>
      <guid>https://snipplr.com/view/65726/git--list-all-the-files-for-a-commit-or-various-commits-in-git</guid>
    </item>
    <item>
      <title>(Bash) Make git remote read-only - m1b</title>
      <link>https://snipplr.com/view/64785/make-git-remote-readonly</link>
      <description>&lt;p&gt;how to make the Git remote repository read-only by configuring a non-functional push URL&lt;/p&gt;</description>
      <pubDate>Thu, 03 May 2012 04:11:20 UTC</pubDate>
      <guid>https://snipplr.com/view/64785/make-git-remote-readonly</guid>
    </item>
    <item>
      <title>(Bash) GIT - How to track a remote branch - satie83</title>
      <link>https://snipplr.com/view/64751/git--how-to-track-a-remote-branch</link>
      <description>&lt;p&gt;How do you make an existing git branch track a remote branch&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2012 22:55:05 UTC</pubDate>
      <guid>https://snipplr.com/view/64751/git--how-to-track-a-remote-branch</guid>
    </item>
    <item>
      <title>(Bash) GIT - Undo a merge - satie83</title>
      <link>https://snipplr.com/view/64269/git--undo-a-merge</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 01 Apr 2012 02:46:37 UTC</pubDate>
      <guid>https://snipplr.com/view/64269/git--undo-a-merge</guid>
    </item>
    <item>
      <title>(Bash) GIT - Switch branch without committing - satie83</title>
      <link>https://snipplr.com/view/64268/git--switch-branch-without-committing</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 01 Apr 2012 02:46:31 UTC</pubDate>
      <guid>https://snipplr.com/view/64268/git--switch-branch-without-committing</guid>
    </item>
    <item>
      <title>(Bash) GIT - Rename a branch - satie83</title>
      <link>https://snipplr.com/view/64267/git--rename-a-branch</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 01 Apr 2012 02:46:09 UTC</pubDate>
      <guid>https://snipplr.com/view/64267/git--rename-a-branch</guid>
    </item>
    <item>
      <title>(Bash) GIT - List of git branches - satie83</title>
      <link>https://snipplr.com/view/64241/git--list-of-git-branches</link>
      <description>&lt;p&gt;I want to get a list of all the branches in a Git repository with the "freshest" branches at the top, where the "freshest" branch is the one that's been committed to most recently (and is, therefore, more likely to be one I want to pay attention to).&lt;/p&gt;</description>
      <pubDate>Fri, 30 Mar 2012 20:09:45 UTC</pubDate>
      <guid>https://snipplr.com/view/64241/git--list-of-git-branches</guid>
    </item>
    <item>
      <title>(Python) Git move commit to from 'no branch' - Glycerine</title>
      <link>https://snipplr.com/view/64187/git-move-commit-to-from-no-branch</link>
      <description>&lt;p&gt;Reset a branch. Notably used for moving a commit from one branch to another, or fix a commit on 'no branch'&lt;/p&gt;</description>
      <pubDate>Tue, 27 Mar 2012 23:33:08 UTC</pubDate>
      <guid>https://snipplr.com/view/64187/git-move-commit-to-from-no-branch</guid>
    </item>
    <item>
      <title>(Bash) bash script to backup github organisation repositories and member forks - slinky</title>
      <link>https://snipplr.com/view/63919/bash-script-to-backup-github-organisation-repositories-and-member-forks</link>
      <description>&lt;p&gt;A crude script to query the GitHub API for a given Organisation, and backup its repositories and associated members forks.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Mar 2012 08:36:15 UTC</pubDate>
      <guid>https://snipplr.com/view/63919/bash-script-to-backup-github-organisation-repositories-and-member-forks</guid>
    </item>
    <item>
      <title>(Bash) Git prune remote and local branches - beneberle</title>
      <link>https://snipplr.com/view/63735/git-prune-remote-and-local-branches</link>
      <description>&lt;p&gt;http://yuji.wordpress.com/2010/06/11/git-delete-remote-branch/&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 02:53:24 UTC</pubDate>
      <guid>https://snipplr.com/view/63735/git-prune-remote-and-local-branches</guid>
    </item>
    <item>
      <title>(Bash) Git Rebase and Squash - beneberle</title>
      <link>https://snipplr.com/view/63581/git-rebase-and-squash</link>
      <description>&lt;p&gt;Combine multiple smaller incremental commits into larger ones, perfect for encouraging you to commit often while enabling you to summarize a day's work into one, or more, simplified commit.&#13;
&#13;
WARNING: Only do this on commits that havenâ€™t been pushed an external repository.&lt;/p&gt;</description>
      <pubDate>Sun, 26 Feb 2012 07:26:41 UTC</pubDate>
      <guid>https://snipplr.com/view/63581/git-rebase-and-squash</guid>
    </item>
    <item>
      <title>(Bash) adding gitk in the OS menu - ferro</title>
      <link>https://snipplr.com/view/62989/adding-gitk-in-the-os-menu</link>
      <description>&lt;p&gt;I create this script which let me add the gitk in the Programming Application menu in my gnome this way I don't need to open a shell and go to the repository base to view the rep tree&lt;/p&gt;</description>
      <pubDate>Thu, 02 Feb 2012 04:03:02 UTC</pubDate>
      <guid>https://snipplr.com/view/62989/adding-gitk-in-the-os-menu</guid>
    </item>
    <item>
      <title>(Bash) Perform git pull on subdirectory (recursive) - luizlopes</title>
      <link>https://snipplr.com/view/62314/perform-git-pull-on-subdirectory-recursive</link>
      <description>&lt;p&gt;A fast and easy way to go through all vim-pathogen bundles and perform a git pull on all of them.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jan 2012 08:09:07 UTC</pubDate>
      <guid>https://snipplr.com/view/62314/perform-git-pull-on-subdirectory-recursive</guid>
    </item>
    <item>
      <title>(Bash) Git show the full content of any file at any time in history - therobot</title>
      <link>https://snipplr.com/view/62284/git-show-the-full-content-of-any-file-at-any-time-in-history</link>
      <description>&lt;p&gt;Shows you the full contents of any file at any time in history&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jan 2012 04:12:50 UTC</pubDate>
      <guid>https://snipplr.com/view/62284/git-show-the-full-content-of-any-file-at-any-time-in-history</guid>
    </item>
    <item>
      <title>(Bash) clean up a git repository - limepix</title>
      <link>https://snipplr.com/view/62029/clean-up-a-git-repository</link>
      <description>&lt;p&gt;"-n" just shows you what will be deleted.&#13;
Replace it with "-f" to actually clean your repository&lt;/p&gt;</description>
      <pubDate>Wed, 21 Dec 2011 00:07:42 UTC</pubDate>
      <guid>https://snipplr.com/view/62029/clean-up-a-git-repository</guid>
    </item>
    <item>
      <title>(Bash) Restore deleted file in Git - Glycerine</title>
      <link>https://snipplr.com/view/61403/restore-deleted-file-in-git</link>
      <description>&lt;p&gt;Restore a deleted file within the git repo&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2011 13:37:26 UTC</pubDate>
      <guid>https://snipplr.com/view/61403/restore-deleted-file-in-git</guid>
    </item>
    <item>
      <title>(Textpattern) Setting a default remote and branch to pull and push from - karmacode</title>
      <link>https://snipplr.com/view/60146/setting-a-default-remote-and-branch-to-pull-and-push-from</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 25 Oct 2011 05:50:27 UTC</pubDate>
      <guid>https://snipplr.com/view/60146/setting-a-default-remote-and-branch-to-pull-and-push-from</guid>
    </item>
    <item>
      <title>(PHP) Git Pull with PHP - adampatterson</title>
      <link>https://snipplr.com/view/59898/git-pull-with-php</link>
      <description>&lt;p&gt;Update a Git repo with PHP&lt;/p&gt;</description>
      <pubDate>Tue, 18 Oct 2011 07:42:16 UTC</pubDate>
      <guid>https://snipplr.com/view/59898/git-pull-with-php</guid>
    </item>
    <item>
      <title>(Bash) How to make git use TextMate as the default commit editor Â« Developmentality - magicrebirth</title>
      <link>https://snipplr.com/view/59658/how-to-make-git-use-textmate-as-the-default-commit-editor--developmentality</link>
      <description>&lt;p&gt;Now when you do a git commit without specifying a commit message, TextMate will pop-up and allow you to enter a commit message in it. When you save the file and close the window, the commit will go through as normal. (If you have another text editor you prefer instead, just change the â€œmate -wâ€ line to the preferred one)&#13;
&#13;
For those curious what the -w argument is about, it tells the shell to wait for the mate process to terminate (the file to be saved and closed).&lt;/p&gt;</description>
      <pubDate>Wed, 12 Oct 2011 06:28:41 UTC</pubDate>
      <guid>https://snipplr.com/view/59658/how-to-make-git-use-textmate-as-the-default-commit-editor--developmentality</guid>
    </item>
    <item>
      <title>(Other) Git: Find common ancestor of two branches - arunpjohny</title>
      <link>https://snipplr.com/view/57521/git-find-common-ancestor-of-two-branches</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 02 Aug 2011 18:03:11 UTC</pubDate>
      <guid>https://snipplr.com/view/57521/git-find-common-ancestor-of-two-branches</guid>
    </item>
    <item>
      <title>(Other) git: show all changed files between two commits - arunpjohny</title>
      <link>https://snipplr.com/view/57520/git-show-all-changed-files-between-two-commits</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 02 Aug 2011 18:01:46 UTC</pubDate>
      <guid>https://snipplr.com/view/57520/git-show-all-changed-files-between-two-commits</guid>
    </item>
    <item>
      <title>(Bash) remove deleted files from git repo - limepix</title>
      <link>https://snipplr.com/view/57270/remove-deleted-files-from-git-repo</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 28 Jul 2011 17:38:47 UTC</pubDate>
      <guid>https://snipplr.com/view/57270/remove-deleted-files-from-git-repo</guid>
    </item>
    <item>
      <title>(Bash) GIT - Creating remote Repositories - ragnarokkrr</title>
      <link>https://snipplr.com/view/56675/git--creating-remote-repositories</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 16 Jul 2011 04:26:53 UTC</pubDate>
      <guid>https://snipplr.com/view/56675/git--creating-remote-repositories</guid>
    </item>
    <item>
      <title>(Bash) Push All Git Repos - iloveitaly</title>
      <link>https://snipplr.com/view/56430/push-all-git-repos</link>
      <description>&lt;p&gt;Useful when managing a bunch of submodules.&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jul 2011 03:50:38 UTC</pubDate>
      <guid>https://snipplr.com/view/56430/push-all-git-repos</guid>
    </item>
    <item>
      <title>(Bash) Discard Unstaged Changes In Git - craig0990</title>
      <link>https://snipplr.com/view/55026/discard-unstaged-changes-in-git</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 08 Jun 2011 23:42:31 UTC</pubDate>
      <guid>https://snipplr.com/view/55026/discard-unstaged-changes-in-git</guid>
    </item>
    <item>
      <title>(Bash) git log blame for most recent commit - root_hacker</title>
      <link>https://snipplr.com/view/54315/git-log-blame-for-most-recent-commit</link>
      <description>&lt;p&gt;run this in git bash to see a pretty blame&lt;/p&gt;</description>
      <pubDate>Tue, 24 May 2011 16:34:28 UTC</pubDate>
      <guid>https://snipplr.com/view/54315/git-log-blame-for-most-recent-commit</guid>
    </item>
    <item>
      <title>(Bash) Git remove files which have been deleted - Roen</title>
      <link>https://snipplr.com/view/53031/git-remove-files-which-have-been-deleted</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 05 May 2011 05:43:31 UTC</pubDate>
      <guid>https://snipplr.com/view/53031/git-remove-files-which-have-been-deleted</guid>
    </item>
    <item>
      <title>(Bash) git creating a stash - chrisramakers</title>
      <link>https://snipplr.com/view/53000/git-creating-a-stash</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 May 2011 22:47:47 UTC</pubDate>
      <guid>https://snipplr.com/view/53000/git-creating-a-stash</guid>
    </item>
    <item>
      <title>(Bash) Post-Receive Hook - Seich</title>
      <link>https://snipplr.com/view/52858/postreceive-hook</link>
      <description>&lt;p&gt;Make sure it has the appropriate rights.&#13;
    chmod -x post-receive&lt;/p&gt;</description>
      <pubDate>Sun, 01 May 2011 14:59:42 UTC</pubDate>
      <guid>https://snipplr.com/view/52858/postreceive-hook</guid>
    </item>
    <item>
      <title>(Bash) Show git repository diff of all files - ferro</title>
      <link>https://snipplr.com/view/52824/show-git-repository-diff-of-all-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 30 Apr 2011 05:31:15 UTC</pubDate>
      <guid>https://snipplr.com/view/52824/show-git-repository-diff-of-all-files</guid>
    </item>
    <item>
      <title>(Bash) making git ignore file-mode - manuelstofer</title>
      <link>https://snipplr.com/view/52095/making-git-ignore-filemode</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Apr 2011 01:13:20 UTC</pubDate>
      <guid>https://snipplr.com/view/52095/making-git-ignore-filemode</guid>
    </item>
    <item>
      <title>(Bash) Git -- reset and remove new files - jmccartie</title>
      <link>https://snipplr.com/view/51291/git--reset-and-remove-new-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Mar 2011 02:20:36 UTC</pubDate>
      <guid>https://snipplr.com/view/51291/git--reset-and-remove-new-files</guid>
    </item>
  </channel>
</rss>
