如何在不推送所有其他文件的情况下将特定文件推送到 github?

How to push a particular file to github without pushing all other files?

如果我在本地 git 存储库中有两个不同的文件,并且我想将一个文件推送到云存储库。,我该怎么做。?

git 添加 path_to_single_file

git commit -m "message"

git推