

- #Install git lfs windows how to#
- #Install git lfs windows install#
- #Install git lfs windows download#
- #Install git lfs windows windows#
In File -> Open Repository you can browse to your project folder and open the repository. This can be done with these commands: git add Snowman.blendįurthermore in the Git tool Fork you can add the repository and view the commit history. Commit the Blender ProjectĪfter adding the blend file to the respository we want to commit changes to the respository. gitattributes file you add your blend project now to the repository. Due to the track configuration the blend file is added to the git repository whereas the lfs module handles the file. To initially add a new file to the respository the add command is used. With this command git shows you exactly what is going on in your git repository. If you added a new file, like we will do in the next chapter or if there are uncommited changes you can get information about the current repository by using the following code. gitattributes” adds the file to the repository Repository Status gitattributes stages the file to the repository. gitattributes and adds the from now on tracked file extensions. Git lfs track *.blend, … creates the file named. It also installs a pre-push hook to run git-lfs-pre-push for the current repository.
#Install git lfs windows install#
Git lfs install –local sets lfs smudge and clean filters in the local repository’s git config. To setup the Git Lfs you can either check the newest Getting Started from Git Lfs website or use the following commands: git lfs install -local git folder and view information about the configuration and description of your newly created repository. Once you can see these hidden files and folders you can take a look in the.
#Install git lfs windows windows#
git folder in the windows explorer you have to enable the view of hidden files and folders in the folder settings of your system. You should get the following message: Initialized empty Git repository in D:/gdrive/blender/Winter/Snowman/.git/ Once you reached the project folder type in the following command to create the repository: git init This project folder snowman acts as a root folder for the Git repository. In my example I will create a snowman project and create a folder snowman. To create your first repository you should create a new project folder and navigate in the command line window to this folder using the ‘cd’ command. If you get an error message most likely the PATH variable of Windows is not set properly for either Tortoise Git or Git Lfs.

If you get version information like git version 2.11.0.windows.1 or git-lfs/2.9.0 (GitHub windows amd64 go 1.12.7 git 8ab05aa7) everything seems to be fine. In the command line window we check if Tortoise Git and Git Lfs has been installed properly by using the following commands: git -version git lfs -version To avoid issues in a later state of this tutorial open your command line tool by using the short keys ‘Win + R’, type in ‘cmd’ and press ‘Enter’. Just follow the general instructions and use the defaults paths to keep it simple. The installation of the tools are quite easy. In other words, Fork can be used to display information about a repository and allows to work on the repository on a nice graphical user interface. Git LFS extends Tortoise Git by the Large File Storage feature, later more.
#Install git lfs windows download#
However, to use Git locally you have to download Tortoise Git, which provides local repository creation. Preconditioningīefore you can start with Blender, Git and the Git Large File Storage feature you need to download the respective tools. In addition we will track specific file formats and add these files to the Git configuration management.
#Install git lfs windows how to#
In this tutorial I will show you how to work with Blender and Git, specifically with the Git Large File Storage feature.
