4

Not a rant, I like asking question here than on stack overflow:

I was wondering if there is a way to sync dropbox, gdrive folder with git repo, or is there a way to exclude certain file extension to upload in these cloud storage like gitignore? (Using linux)

Comments
  • 0
    I'm pretty confused by your question. Are you wanting your git remote to be a <cloud> folder? Are you wanting your local git repo to sync with a <cloud> folder? Are you using GitHub at all?
  • 0
    using github as cloud storage sounds clever. but probably there is something tha will not allow you to use like that. max space, max filesize, etc...
  • 0
    @chadd17 I basically have a repo on github where I push all my coding practice stuff (competitive programming) and since i have filtered that no .exe, .swp file etc should not be pushed to git and at the same time I want all that code in Dropbox or gdrive
  • 1
    @darkShadow07 so you want the code in the remote repo synced, not the local. Right?

    You might set two different remotes - one on github and one... somewhere else. I don't know how you'd get it to sync with g drive, but an FTP server sounds feasible.
Add Comment