
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
  <meta charset="utf-8">
  <title>Dmitry Churbanov</title>
  <meta name="author" content="Dmitry Churbanov">

  
  <meta name="description" content="Dmitry Churbanov is a software engineer at Google.">
  <meta name="keywords" content="Java, Git, Guice">

  <!-- http://t.co/dKP3o1e -->
  <meta name="HandheldFriendly" content="True">
  <meta name="MobileOptimized" content="320">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="robots" content="index,follow">

  
  <link rel="canonical" href="http://www.churbanov.com/blog/">
  <link href="/blog/favicon.png" rel="icon">
  <link href="/blog/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
  <script src="/blog/javascripts/modernizr-2.0.js"></script>
  <script src="/blog/javascripts/ender.js"></script>
  <script src="/blog/javascripts/octopress.js" type="text/javascript"></script>
  <link href="http://feeds.feedburner.com/DmitryChurbanov" rel="alternate" title="Dmitry Churbanov" type="application/atom+xml">
  <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700" type="text/css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,600&#038;ver=1.8.2" type="text/css">

  
  <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-12222639-1']);
    _gaq.push(['_trackPageview']);

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  </script>


</head>

<body   >
  <header role="banner"><div id="header">
  <a href="/blog/">Dmitry Churbanov</a> 
  <b>|</b>
  <span>Done Is Better Than Perfect!</span>
</div>
<div id="social-links">
  <ul id="social">
    <li><a class="googleplus" rel="me" href="https://plus.google.com/117972957565780825545?rel=author"></a></li>
    <li><a class="twitter" rel="me" href="http://twitter.com/dzmitryc"></a></li>
    <li><a class="linkedin" rel="me" href="http://linkedin.com/in/dmitrychurbanov"></a></li>
  </ul>
</div>

</header>
  <nav role="navigation">
<ul class="subscription" data-subscription="rss">
  <li><a href="http://feeds.feedburner.com/DmitryChurbanov" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
  
</ul>
  
<form action="http://google.com/search" method="get">
  <fieldset role="search">
    <input type="hidden" name="q" value="site:www.churbanov.com/blog" />
    <input class="search" type="text" name="q" results="0" placeholder="Search"/>
  </fieldset>
</form>
  
<ul class="main-navigation">
  <li><a href="/blog/">BLOG</a></li>
  <li><a href="/blog/about">ABOUT</a></li>
  <li><a href="/blog/archives">ARCHIVES</a></li>
</ul>

</nav>
  <div id="main">
    <div id="content">
      <div class="blog-index">
  
  
  
    <article>
      


  


  <header>
    
      <h1 class="entry-title"><a href="/blog/2010/08/11/eclipse-egit-plugin-part-2/">Eclipse EGit Plugin, Part 2</a></h1>
    
    
      
        
      

      
      <p class="meta">
        








  


<time datetime="2010-08-11T20:00:00-07:00" pubdate data-updated="true">Aug 11<span>th</span>, 2010</time>
        
      </p>
      
    
  </header>


  <div class="entry-content"><p>In the <a href="http://www.churbanov.com/blog/2010/07/12/eclipse-egit-plugin/">previous post</a> we discussed how to import remote
Git repository. Now let’s look what Git commands are available in EGit plugin. EGit plugin is still not completely
ready and does not support all Git commands. You can watch&#8230;</p>

</div>
    


    </article>
  
  
    <article>
      


  


  <header>
    
      <h1 class="entry-title"><a href="/blog/2010/07/12/eclipse-egit-plugin/">Eclipse EGit Plugin</a></h1>
    
    
      
        
      

      
      <p class="meta">
        








  


<time datetime="2010-07-12T20:00:00-07:00" pubdate data-updated="true">Jul 12<span>th</span>, 2010</time>
        
      </p>
      
    
  </header>


  <div class="entry-content"><p><a href="http://www.eclipse.org/downloads/">Eclipse Helios</a> (ver. 3.6) is out and
<a href="http://eclipsesource.com/blogs/2010/06/22/git-support-eclipse-helios-feature-2/">the second top requested feature</a> was Git
support. And here it is: <a href="http://www.eclipse.org/egit/">EGit plug-in</a>. It is still in the
“<a href="http://wiki.eclipse.org/Development_Resources/HOWTO/Incubation_Phase">Incubation Phase</a>“, but you already can try it. In this tutorial I will show&#8230;</p>

</div>
    


    </article>
  
  
    <article>
      


  


  <header>
    
      <h1 class="entry-title"><a href="/blog/2010/07/08/using-git-part-1/">Using Git, Part 1</a></h1>
    
    
      
        
      

      
      <p class="meta">
        








  


<time datetime="2010-07-08T20:00:00-07:00" pubdate data-updated="true">Jul 8<span>th</span>, 2010</time>
        
      </p>
      
    
  </header>


  <div class="entry-content"><p><a href="http://git-scm.com/">Git</a> is a Distributed Version Control System (DVCS) (as Mercurial
<a href="http://www.churbanov.com/blog/2009/12/29/working-with-mercurial-part-1/">about which I wrote earlier</a>).
As well as Mercurial, Git mirrors your repository: every time when you check out code&#8230;</p>

</div>
    


    </article>
  
  
    <article>
      


  


  <header>
    
      <h1 class="entry-title"><a href="/blog/2009/12/29/working-with-mercurial-part-1/">Working With Mercurial, Part 1</a></h1>
    
    
      
        
      

      
      <p class="meta">
        








  


<time datetime="2009-12-29T20:00:00-08:00" pubdate data-updated="true">Dec 29<span>th</span>, 2009</time>
        
      </p>
      
    
  </header>


  <div class="entry-content"><p><a href="http://mercurial.selenic.com/">Mercurial</a> is a <a href="http://en.wikipedia.org/wiki/Distributed_revision_control">distributed revision control</a> (DRC) management system.
Decentralization is one of its advantages. For an individual developer DRC systems are faster than centralized:
all metadata is stored locally&#8230;</p>

</div>
    


    </article>
  
  <div class="pagination">
    
    <a href="/blog/archives">Blog Archives</a>
    
  </div>
</div>
<aside class="sidebar">
  
    <section>
  <h1>Disclaimer</h1>
  <div id="disclaimer">
    This is my personal blog. The views expressed on these pages are mine alone and not those of my employer.
  </div>
</section><section>
  <h1>Recent Posts</h1>
  <ul id="recent_posts">
    
      <li class="post">
        <a href="/blog/2010/08/11/eclipse-egit-plugin-part-2/">Eclipse EGit plugin, part 2</a>
      </li>
    
      <li class="post">
        <a href="/blog/2010/07/12/eclipse-egit-plugin/">Eclipse EGit plugin</a>
      </li>
    
      <li class="post">
        <a href="/blog/2010/07/08/using-git-part-1/">Using Git, part 1</a>
      </li>
    
      <li class="post">
        <a href="/blog/2009/12/29/working-with-mercurial-part-1/">Working with Mercurial, part 1</a>
      </li>
    
  </ul>
</section>
<section>
  <h1>Categories</h1>
  <ul id="category-list"><li><a href='/blog/blogtags/eclipse'>eclipse (2)</a></li><li><a href='/blog/blogtags/egit'>egit (2)</a></li><li><a href='/blog/blogtags/git'>git (3)</a></li><li><a href='/blog/blogtags/mercurial'>mercurial (1)</a></li></ul>
</section>





  
</aside>

    </div>
  </div>
  <footer role="contentinfo"><p>
  Copyright &copy; 2009-2012 - Dmitry Churbanov -
  <span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>

</footer>
  

<script type="text/javascript">
      var disqus_shortname = 'dmitrychurbanov';
      
        
        var disqus_script = 'count.js';
      
    (function () {
      var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
      dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
      (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
    }());
</script>





  <script type="text/javascript">
    (function() {
      var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
      script.src = 'https://apis.google.com/js/plusone.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
    })();
  </script>



  <script type="text/javascript">
    (function(){
      var twitterWidgets = document.createElement('script');
      twitterWidgets.type = 'text/javascript';
      twitterWidgets.async = true;
      twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
      document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
    })();
  </script>




<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=6042969; 
var sc_invisible=1; 
var sc_security="d177f19f"; 
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>
<noscript>
<div class="statcounter">
 <a title="statcounter" href="http://www.statcounter.com/wordpress.org/" target="_blank">
   <img class="statcounter" src="http://c.statcounter.com/6042969/0/d177f19f/1/" alt="statcounter">
 </a>
</div>
</noscript>
<!-- End of StatCounter Code -->


</body>
</html>
