Skip to content

Instantly share code, notes, and snippets.

@miya0001
Created July 6, 2013 22:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miya0001/5941521 to your computer and use it in GitHub Desktop.
Save miya0001/5941521 to your computer and use it in GitHub Desktop.
プラグインの管理用のコマンドなどいろいろ
# 以下は ~/.subversion/config に。
# MakefileやLINGUALSを誤って公式ディレクトリにコミットしないように。
global-ignores = .DS_Store Thumbs.db .git Makefile LINGUAS
# 以下は ~/.bash_profile に
# .git を誤って公式ディレクトリにコミットしないように
alias rsync="rsync -avz --exclude=\".svn\" --exclude=\".DS_Store\" --exclude=\".git\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment