我有一个只向 github 发送两个子目录的 gitignore。
我的 gitignore
/*
!/conf
/conf/*
!/conf/jingle_profiles
!/conf/dialplan
这会将两个子目录(dialplan、jingle_profiles)上传到 github。
我想将这些子目录克隆到根文件树(/usr/local/freeswitch)中,并让它们保持这两个子目录同步而不删除其他所有内容。
编辑:
我得到的错误:
sudo git clone https://github.com/dgmcguire/freeswitch.git
是
fatal: destination path 'freeswitch' already exists and is not an empty directory.