Cloud2Git is a tool used to download a project from a cloud service into a git repository, with everything that you would expect from a normal git repository workflow.
Go beyond just downloading the files and initializing a git repository. Get the complete history of each file too, including:
Who changed the files.
What time were these files changed.
Have control over what files are brought over, as simple as checking or unchecking a box:
Choose which folders to include by default.
Exclude files if they contain a certain extension.
Decide if files with more revisions are more important than those with less.
Have an employer who doesn't want to use git, but you still want to? No problem, everyone can remain in their confort zone:
Get changes from the cloud daily pushed to your git repository.
Save changes back to the cloud for every git push, if you wish.
Configure where, and how often to push or pull in these changes from the cloud.
Get all the benefits of having your cloud project as a git repository in a few clicks.