Debuginfo

思考とアウトプット

2012-08-12から1日間の記事一覧

git commands

前にも書いたかもだけど,マジ忘れるから備忘録。 $ history | grep git 4330 git init 4331 git add * 4333 git add lib t README 4334 git add Build.PL 4338 git ignore.txt 4340 git MANIFEST.SKIP 4341 git add MANIFEST.SKIP 4342 git add Makefile.PL…

Perl用の.gitignoreを置く

cpanモジュールを作っているわけですが,githubに置く時に色々Build中のファイルがアップロードされると嫌なのでPerl用のgitignoreを探してました。作っている人いるんですね。https://github.com/github/gitignore $ git clone https://github.com/github/g…