git
This is an old revision of the document!
commandline reference
svn export 와 같은 동작
alias git-export='git archive master | tar -x -C'
rsync ref
.rsyncignore
.rsyncignore *.vws .git/ do_rsync.sh cscope.out cscope.files tags *.sco
do_rsync.sh
#!/usr/bin/bash rsync -rvt --progress --delete --exclude-from=.rsyncignore \ /cygdrive/d/CC_repo/이호민_Proj_Dev_Stream/ \ /cygdrive/d/workspace/Proj_WC/
git.1251690775.txt.gz · Last modified: 2013/08/03 05:04 (external edit)