I have an existing repository on GitHub into which I need to push a file of >1.5Gb. I found git-lfs
as a solution. But before implementing I need to clarify a few things.
- Will the repository be still on GitHub or will I need to migrate to git-lfs?
- How to configure
git-lfs
to store the large file of a remote server like Azure? - Is Azure a complete replacement of Git? If I have a repo on Azure will it show up on Git Hub?
- Does
git-lfs
work with R-Studio?