Push git project to local directory with a password

空扰寡人 提交于 2019-12-06 04:25:37

First, try a put git bundle (one file: a compressed version of your Git repo, one you can clone) in a Dropbox folder.

Putting a full Git repo into Dropbox remains risky, as I mentioned here.

Plus, adding one file means you can easily encrypt it and add a password.

You can write a script which will:

  • create the bundle,
  • encrypt it (password-protected)
  • push it to the DropBox folder.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!