Showing posts with label Git. Show all posts
Showing posts with label Git. Show all posts

Monday, January 2, 2023

Bit Bucket - TortoiseGit Clone Repo with LFS

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 !

Friday, October 18, 2019

Tips and Gocha's for Using Git with Altium

See Alan's Tips and Gocha's for Using Git with Altium


Thank you for sharing Alan !