<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Git on Saleem Ansari</title>
    <link>/tags/git/</link>
    <description>Recent content in Git on Saleem Ansari</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>(c) 2024 Saleem Ansari</copyright>
    <lastBuildDate>Sun, 10 Mar 2019 00:00:27 +0530</lastBuildDate>
    <atom:link href="/tags/git/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git Tips and Tricks</title>
      <link>/2019/03/10/git-tips-and-tricks/</link>
      <pubDate>Sun, 10 Mar 2019 00:00:27 +0530</pubDate>
      <guid>/2019/03/10/git-tips-and-tricks/</guid>
      <description>Git Tips and Tricks</description>
    </item>
    <item>
      <title>libgit2 now packaged for Fedora 16</title>
      <link>/2012/03/04/libgit2-now-packaged-for-fedora-16/</link>
      <pubDate>Sun, 04 Mar 2012 00:00:00 +0000</pubDate>
      <guid>/2012/03/04/libgit2-now-packaged-for-fedora-16/</guid>
      <description>I just finished a quick packaging of libgit2. It built fine on Koji and can be downloaded from here. A pull request has been submitted to include the spec file in the upstream codebase itself. Rpmfind was of great help in this quick packaging.</description>
    </item>
    <item>
      <title>GIT</title>
      <link>/2009/11/06/git/</link>
      <pubDate>Fri, 06 Nov 2009 00:00:00 +0000</pubDate>
      <guid>/2009/11/06/git/</guid>
      <description>Branching and Merging Creating a branch: git checkout -b branch-name OR&#xA;git branch branch-name git checkout branch-name Example:&#xA;$ git branch rm123 $ git checkout rm123 Merging a branch:&#xA;$ git checkout master $ git merge rm123 </description>
    </item>
  </channel>
</rss>
