<?xml version="1.0" encoding="utf-8"?>

<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <generator uri="https://jekyllrb.com/" version="3.7.4">Jekyll</generator>
  <link href="https://www.tometchy.com/tag/git/feed.xml" rel="self" type="application/atom+xml" />
  <link href="https://www.tometchy.com/" rel="alternate" type="text/html" hreflang="en" />
  <updated>2021-11-24T11:50:41+00:00</updated>
  <id>https://www.tometchy.com/tag/git/feed.xml</id>

  
  
  

  
    <title type="html">Tometchy on the web | </title>
  

  
    <subtitle>Tometchy's personal site and blog</subtitle>
  

  

  
    
      
    
  

  
  

  
    <entry>
      <title type="html">Sii tech meetup webinar (23.04.2020 online)</title>
      <link href="https://www.tometchy.com/blog/sii-tech-meetup-webinar" rel="alternate" type="text/html" title="Sii tech meetup webinar (23.04.2020 online)" />
      <published>2020-10-14T10:00:00+00:00</published>
      <updated>2020-10-14T10:00:00+00:00</updated>
      <id>https://www.tometchy.com/blog/sii-tech-meetup-webinar</id>
      <content type="html" xml:base="https://www.tometchy.com/blog/sii-tech-meetup-webinar">&lt;p&gt;In April, I had a pleasure to be invited as a speaker for tech webinar organized by &lt;a href=&quot;https://sii.pl/&quot;&gt;Sii Poland&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I’m glad that you came so numerous, thank you for good feedback and that majority of you have been with us to the end (which was one and a half of hour).&lt;/p&gt;

&lt;p&gt;Those who didn’t see it can read more about webinar in &lt;a href=&quot;https://siipolska.clickmeeting.com/169886473/ended&quot;&gt;ClickMeeting&lt;/a&gt; or &lt;a href=&quot;https://www.facebook.com/events/548128802487791/&quot;&gt;Facebook event&lt;/a&gt;, or take a look at presentation, which is &lt;a href=&quot;https://www.tometchy.com/publication/good-code-review&quot;&gt;available online&lt;/a&gt; (in polish).&lt;/p&gt;

&lt;p&gt;Screenshot from webinar:
&lt;img src=&quot;/assets/images/webinar_codereview_gitlab.jpg&quot; alt=&quot;Screenshot from webinar with GitLab code review and Tometchy in corner&quot; title=&quot;Tometchy explaining how good code review should look like&quot; /&gt;&lt;/p&gt;</content>

      
      
      
      
      

      <author>
          <name>Tometchy</name>
        
        
      </author>

      

      
        <category term="git" />
      
        <category term="ci&amp;cd" />
      

      
        <summary type="html">In April, I had a pleasure to be invited as a speaker for tech webinar organized by Sii Poland.</summary>
      

      
      
    </entry>
  
    <entry>
      <title type="html">Good code review - optimize your flow with clever tricks, good practices and useful tools</title>
      <link href="https://www.tometchy.com/publication/good-code-review" rel="alternate" type="text/html" title="Good code review - optimize your flow with clever tricks, good practices and useful tools" />
      <published>2020-05-05T10:00:00+00:00</published>
      <updated>2020-05-05T10:00:00+00:00</updated>
      <id>https://www.tometchy.com/publication/good-code-review</id>
      <content type="html" xml:base="https://www.tometchy.com/publication/good-code-review">&lt;p&gt;Presentation for webinar &lt;em&gt;Good code review&lt;/em&gt;, about Continuous Integration &amp;amp; Continuous Delivery/Deployment (CI/CD) with focus on code review
done right.&lt;/p&gt;

&lt;div class=&quot;presentation-non-fullscreen&quot;&gt;
    &lt;iframe src=&quot;https://www.gitwarsztaty.pl/git-code-review&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;</content>

      
      
      
      
      

      <author>
          <name>Tometchy</name>
        
        
      </author>

      

      
        <category term="git" />
      
        <category term="ci&amp;cd" />
      

      
        <summary type="html">Presentation for webinar Good code review, about Continuous Integration &amp;amp; Continuous Delivery/Deployment (CI/CD) with focus on code review done right.</summary>
      

      
      
    </entry>
  
    <entry>
      <title type="html">Git Bisect video demo</title>
      <link href="https://www.tometchy.com/publication/git-bisect" rel="alternate" type="text/html" title="Git Bisect video demo" />
      <published>2020-01-13T10:00:00+00:00</published>
      <updated>2020-01-13T10:00:00+00:00</updated>
      <id>https://www.tometchy.com/publication/git-bisect</id>
      <content type="html" xml:base="https://www.tometchy.com/publication/git-bisect">&lt;p&gt;Demo of &lt;em&gt;Git Bisect&lt;/em&gt; tool with CodeceptJS automation example.&lt;/p&gt;

&lt;p&gt;If you are interested in detailed explanation, feel invited to read my &lt;a href=&quot;https://www.softwaredeveloper.blog/git-bisect&quot;&gt;article about &lt;em&gt;Git Bisect&lt;/em&gt; on SoftwareDeveloper.Blog&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=4mDhLbZSlQc&quot; title=&quot;Watch Git Bisect demo&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;/assets/images/git-bisect-video.jpg&quot; alt=&quot;Video player with Git Bisect demo&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bittubers.com/post/dd77dfe6-a548-4f2e-9ff1-19141fa67923&quot; title=&quot;Watch Git Bisect demo&quot; target=&quot;_blank&quot;&gt;BitTubers alternative upload.&lt;/a&gt;&lt;/p&gt;</content>

      
      
      
      
      

      <author>
          <name>Tometchy</name>
        
        
      </author>

      

      
        <category term="git" />
      

      
        <summary type="html">Demo of Git Bisect tool with CodeceptJS automation example.</summary>
      

      
      
    </entry>
  
    <entry>
      <title type="html">Squeeze the most out of Git, stop using it as ZIP</title>
      <link href="https://www.tometchy.com/publication/wycisnij-soki-z-gita-przestan-uzywac-jak-zipa" rel="alternate" type="text/html" title="Squeeze the most out of Git, stop using it as ZIP" />
      <published>2019-12-09T10:00:00+00:00</published>
      <updated>2019-12-09T10:00:00+00:00</updated>
      <id>https://www.tometchy.com/publication/wycisnij-soki-z-gita-przestan-uzywac-jak-zipa</id>
      <content type="html" xml:base="https://www.tometchy.com/publication/wycisnij-soki-z-gita-przestan-uzywac-jak-zipa">&lt;p&gt;Presentation for speech: &lt;em&gt;Squeeze the most out of Git, stop using it as ZIP&lt;/em&gt; for 
&lt;a href=&quot;https://www.tometchy.com/blog/sii-tech-meetup-speech&quot;&gt;Sii code cruise tech meetup&lt;/a&gt;.&lt;/p&gt;

&lt;div class=&quot;presentation-non-fullscreen&quot;&gt;
    &lt;iframe src=&quot;https://www.gitwarsztaty.pl/wycisnij-soki-z-gita&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;</content>

      
      
      
      
      

      <author>
          <name>Tometchy</name>
        
        
      </author>

      

      
        <category term="git" />
      

      
        <summary type="html">Presentation for speech: Squeeze the most out of Git, stop using it as ZIP for Sii code cruise tech meetup.</summary>
      

      
      
    </entry>
  
    <entry>
      <title type="html">Sii tech meetup speech (03.12.2019 Łódź)</title>
      <link href="https://www.tometchy.com/blog/sii-tech-meetup-speech" rel="alternate" type="text/html" title="Sii tech meetup speech (03.12.2019 Łódź)" />
      <published>2019-12-09T10:00:00+00:00</published>
      <updated>2019-12-09T10:00:00+00:00</updated>
      <id>https://www.tometchy.com/blog/sii-tech-meetup-speech</id>
      <content type="html" xml:base="https://www.tometchy.com/blog/sii-tech-meetup-speech">&lt;p&gt;Last week I had a pleasure to be invited as a speaker for tech meetup organised by &lt;a href=&quot;https://sii.pl/&quot;&gt;Sii Poland&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thank you for opportunity to share my knowledge about advanced Git practices and that so many people decided
that learning about Git is good way to spend the evening. The room was full :)&lt;/p&gt;

&lt;p&gt;Second talk was about mastering code review, which is related to Git as well. This talk was given by another &lt;a href=&quot;https://www.gitwarsztaty.pl/&quot;&gt;GitWarsztaty&lt;/a&gt;
trainer - &lt;a href=&quot;https://krzysztofmorcinek.wordpress.com/&quot;&gt;Krzysztof Morcinek&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can read more about meetup in &lt;a href=&quot;https://evenea.pl/imprezy/szkolenia/lodz/git-jest-git-i-co-dalej--git-is-legit-so-now-what-239663/&quot;&gt;Evenea page&lt;/a&gt;
or &lt;a href=&quot;https://www.facebook.com/events/1010379546014890/&quot;&gt;Facebook event&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Presentation is &lt;a href=&quot;https://www.tometchy.com/publication/wycisnij-soki-z-gita-przestan-uzywac-jak-zipa&quot;&gt;available online&lt;/a&gt; (in polish).&lt;/p&gt;

&lt;p&gt;And next time remember to laugh when host tells a joke :)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/prelekcja-sii2.jpg&quot; alt=&quot;Tometchy standing in front of listeners with big screen behind the back&quot; title=&quot;Host joke :)&quot; /&gt;&lt;/p&gt;</content>

      
      
      
      
      

      <author>
          <name>Tometchy</name>
        
        
      </author>

      

      
        <category term="git" />
      

      
        <summary type="html">Last week I had a pleasure to be invited as a speaker for tech meetup organised by Sii Poland.</summary>
      

      
      
    </entry>
  
    <entry>
      <title type="html">Presentation for Git workshops</title>
      <link href="https://www.tometchy.com/publication/git-workshops" rel="alternate" type="text/html" title="Presentation for Git workshops" />
      <published>2019-11-11T11:00:00+00:00</published>
      <updated>2019-11-11T11:00:00+00:00</updated>
      <id>https://www.tometchy.com/publication/git-workshops</id>
      <content type="html" xml:base="https://www.tometchy.com/publication/git-workshops">&lt;p&gt;Presentation for &lt;a href=&quot;https://gitwarsztaty.pl&quot;&gt;GitWarsztaty&lt;/a&gt;&lt;br /&gt;
(presentation is quite huge, loading may take a while)&lt;/p&gt;

&lt;div class=&quot;presentation-non-fullscreen&quot;&gt;
    &lt;iframe src=&quot;https://www.gitwarsztaty.pl/prezentacja&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;</content>

      
      
      
      
      

      <author>
          <name>Tometchy</name>
        
        
      </author>

      

      
        <category term="git" />
      

      
        <summary type="html">Presentation for GitWarsztaty (presentation is quite huge, loading may take a while)</summary>
      

      
      
    </entry>
  
</feed>
