Home > Net >  Can I use Github for projects other than programming?
Can I use Github for projects other than programming?

Time:06-03

I use Github daily in collaboration and it allows us to be much more productive in website projects for example. Is it possible to use Github for other projects like premiere pro projects ? (premiere pro is a adobe software for video montage). Today it is very easy for anyone to follow a project with Github desktop.

Currently I have the github pro version. But is there a storage limit allowed? We often have projects ranging from 5 to 100GB (because we keep everything video in raw format). And even if it were possible, would GitHub be okay with this practice ?

CodePudding user response:

You can use github for anything you want, it's not just for "code".

As for the maximum space you have a limit of 2GB per file with github pro, so it probably is not pert and if you work with files up to 100GB

Here you can see the limits of storage.

https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-git-large-file-storage

  • Related