Using Bitbucket with LFS and TortoiseGIt.
Projects, Symbol Libraries and Footprint Libraries are hosted on Bitbucket in Git Repositories.
The parametric data for the DBLIB Library is hosted on Amazon AWS using MySQL.
This is working very nicely for remote collaboration.
How to Clone Bitbucket repositories and install LFS.
Bitbucket > Select (Open) a Repository > Select Clone > Copy repo URL
TortoiseGIT > Right Click > Clone
Install LFS in each local (Cloned) repository.
Open the Local Cloned Repo folder.
TortoiseGIT > Right Click > Open in Terminal
If you do not see the Open in Terminal option then use a Command Prompt window.
Example: git LFS install
Related Links:
https://www.atlassian.com/git/tutorials/git-lfs#installing-git-lfs
That's it !
No comments:
Post a Comment