<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Git on Hangstuck</title><link>https://nagayasu-shinya.github.io/tags/git/</link><description>Recent content in Git on Hangstuck</description><image><title>Hangstuck</title><url>https://nagayasu-shinya.github.io/images/site-cover.png</url><link>https://nagayasu-shinya.github.io/images/site-cover.png</link></image><generator>Hugo</generator><language>ja-JP</language><copyright>2015-2026 NAGAYASU Shinya</copyright><lastBuildDate>Sat, 30 May 2026 13:42:39 +0900</lastBuildDate><atom:link href="https://nagayasu-shinya.github.io/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>GitのCommitterとAuthorを変更する</title><link>https://nagayasu-shinya.github.io/posts/git-rewrite-commit-metadata/</link><pubDate>Thu, 21 Aug 2025 22:02:30 +0900</pubDate><guid>https://nagayasu-shinya.github.io/posts/git-rewrite-commit-metadata/</guid><description>&lt;p&gt;Gitコミットには「Author（作成者）」と「Committer（コミット適用者）」が記録されます。
まれにこれらの変更の必要に迫られることがあるので、後から変更・修正する方法を説明します。&lt;/p&gt;</description></item><item><title>Proxy環境下でSSHでgit clone する</title><link>https://nagayasu-shinya.github.io/posts/git-ssh-proxy-tunnel/</link><pubDate>Mon, 30 Jan 2023 21:54:55 +0900</pubDate><guid>https://nagayasu-shinya.github.io/posts/git-ssh-proxy-tunnel/</guid><description>&lt;p&gt;プロキシ環境下でSSH経由の &lt;code&gt;git clone&lt;/code&gt; を行うための、&lt;code&gt;corkscrew&lt;/code&gt; を使ったSSHトンネルの設定方法を説明します。&lt;/p&gt;</description></item><item><title>git bundle でリモートリポジトリを使わずにコミットを共有する</title><link>https://nagayasu-shinya.github.io/posts/git-bundle-offline-sharing/</link><pubDate>Sun, 29 Jan 2023 19:34:12 +0900</pubDate><guid>https://nagayasu-shinya.github.io/posts/git-bundle-offline-sharing/</guid><description>&lt;p&gt;ネットワークなどの理由でサーバにアクセスできないときにGit のコミット情報を送るときに使える便利機能 &lt;code&gt;git bundle&lt;/code&gt;について説明します。&lt;/p&gt;</description></item><item><title>.git を除外して find でファイルやディレクトリを検索する</title><link>https://nagayasu-shinya.github.io/posts/find-command-exclude-gitdir/</link><pubDate>Wed, 23 Feb 2022 01:37:46 +0900</pubDate><guid>https://nagayasu-shinya.github.io/posts/find-command-exclude-gitdir/</guid><description>&lt;p&gt;&lt;code&gt;find&lt;/code&gt; コマンドを使うときに、&lt;code&gt;.git&lt;/code&gt;のようなディレクトリは検索対象に入れたくないです。
そこで特定のディレクトリを対象から外す方法を説明します。&lt;/p&gt;</description></item><item><title>Git-Repo を使ったソースコードのダウンロード高速化</title><link>https://nagayasu-shinya.github.io/posts/repo-sync-shallow-clone/</link><pubDate>Fri, 15 Oct 2021 22:43:13 +0900</pubDate><guid>https://nagayasu-shinya.github.io/posts/repo-sync-shallow-clone/</guid><description>&lt;p&gt;大規模なプロジェクトにて複数の Git リポジトリを扱う際はgoogle &lt;a href="https://source.android.google.cn/setup/develop?hl=ja#repo"&gt;Repo&lt;/a&gt;を使用することがあります。
このRepoにてコードのダウンロードを高速化する方法を説明します。&lt;/p&gt;</description></item></channel></rss>