銀の童子日記 http://inarin.posterous.com #ginnowarashi posterous.com Thu, 10 Mar 2011 12:07:00 -0800 change gitbash home directory - greg's weblog http://inarin.posterous.com/change-gitbash-home-directory-gregs-weblog http://inarin.posterous.com/change-gitbash-home-directory-gregs-weblog
Media_httpiimgurcomrk_bneyk

gitbashのホームディレクトリの変更方法

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/he6rDcjdaOGKe inarin inarin inarin
Wed, 09 Mar 2011 15:33:00 -0800 Git Bash内でコピペをする方法 | public static void main http://inarin.posterous.com/git-bash-public-static-void-main http://inarin.posterous.com/git-bash-public-static-void-main
Media_httpmagpadimgju_uhfxl

タイトルバー上で右クリックしてコピペ

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/he6rDcjdaOGKe inarin inarin inarin
Thu, 03 Mar 2011 05:55:00 -0800 GitBashのlsで日本語のファイル名を表示する方法 - タイトルは未定 http://inarin.posterous.com/gitbashls http://inarin.posterous.com/gitbashls

[git][メモ]GitBashのlsで日本語のファイル名を表示する方法 11:16

Comments

Add Starteks

msysgitのbashlsすると日本語のファイル名が文字化けします。

そもそもmsysgit自体、現在のバージョン*1では日本語ファイル名が扱えないのでGitを使うだけならそれほど困らないのですが、どうすればよいか一応メモしておくことにします。


処置

以下のように、「--show-control-chars」を指定します。

> ls --show-control-chars

毎回入力するのは面倒なので、aliasに設定しておきます。

gitインストールディレクトリにある etc\profile をエディタで開いて、

alias ls='ls --show-control-chars'

とするだけです。

profile でいいのか?*2という話はありますが、個人的には使えればいいやということで…

gitbashでの文字化け。試してないけどこれで直るらしい

Permalink | Leave a comment  »

]]>
http://posterous.com/images/profile/missing-user-75.png http://posterous.com/users/he6rDcjdaOGKe inarin inarin inarin