<?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 只放拖鞋的鞋櫃</title><link>https://jchu.cc/tags/git/</link><description>Recent content in Git on 只放拖鞋的鞋櫃</description><generator>Hugo</generator><language>zh-TW</language><lastBuildDate>Fri, 01 Sep 2023 22:27:27 +0800</lastBuildDate><atom:link href="https://jchu.cc/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Git Subtree 簡單介紹</title><link>https://jchu.cc/2023/09/01-git-subtree.html</link><pubDate>Fri, 01 Sep 2023 22:27:27 +0800</pubDate><guid>https://jchu.cc/2023/09/01-git-subtree.html</guid><description>&lt;p&gt;簡單快速地理解 git subtree 是怎樣的東西&lt;/p&gt;</description></item><item><title>使用 Checkstyle/Ktlint 檢查 Java/Kotlin 語法</title><link>https://jchu.cc/2017/09/13-checkstyle.html</link><pubDate>Wed, 13 Sep 2017 00:14:12 +0800</pubDate><guid>https://jchu.cc/2017/09/13-checkstyle.html</guid><description>&lt;p&gt;多人開發的場合，大家寫程式的習慣用法往往不一樣。除了實作上的思維不同，在所難免，至少在程式碼風格上可以一致。&lt;/p&gt;
&lt;p&gt;不同的語言有不同的 coding style，在 Java 裡面我通常就是參考(以前是 Sun Microsystems 現在是 Oracle) &lt;a href="http://www.oracle.com/technetwork/java/javase/documentation/codeconvtoc-136057.html"&gt;Code Conventions for the Java TM Programming Language&lt;/a&gt;。隨著開發時間的拉長，遞交程式的數量變多之後，總是會有幾次忘記加上空白之類的小瑕疵，這種檢查理當交給程式去做。&lt;/p&gt;
&lt;p&gt;雖然寫程式沒有 freestyle，但是我們有 &lt;a href="http://checkstyle.sourceforge.net/"&gt;checkstyle&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Some Git tips</title><link>https://jchu.cc/2016/12/03-git.html</link><pubDate>Sat, 03 Dec 2016 21:35:31 +0800</pubDate><guid>https://jchu.cc/2016/12/03-git.html</guid><description>&lt;p&gt;Git is so popular around the developer world, as well as Github. Nowadays almost every developer could use git a bit. It was hard to imagine this situation in several years ago.&lt;/p&gt;
&lt;p&gt;To master your development tool would help you focus on development itself. And provide more information when hacking code.&lt;/p&gt;
&lt;p&gt;Git has so many commands, and each commands have many parameters. It is common that people says &amp;ldquo;Oh! I don&amp;rsquo;t know we can use Git like that!&amp;rdquo;. This article is for sharing some commands I use often. Hope it helps, and I hope you can share your tips as well.&lt;/p&gt;</description></item></channel></rss>