Git使用技巧集合(不按期更新)

GIT忽略目录里的文件但不忽略目录的办法

echo "*" >  dest_dir/.gitignore
git add dest_dir/.gitignore -f
git commit -m "ignore dest_dir content"
相关文章
相关标签/搜索