Connect Your Git Repository to Artstash
How to Connect Your Git Repository to Artstash for Visual Asset Management
Learn the basic steps to connect your Git repository, including those using Git LFS, to your Artstash account. This brief walkthrough shows you how to sync your visual assets from platforms like GitHub, GitLab, or Azure DevOps directly into Artstash.
By integrating Git with Artstash, your team can get a clear, visual overview of all 2D and 3D assets, enabling in-browser previews, version comparisons, and collaborative feedback. This setup is ideal for game development and video production teams looking to bridge the gap between technical version control and creative-friendly asset management.
Step-by-Step Guide to Syncing Git with Artstash
Follow these instructions to connect your Git repository to a new Artstash project.
Prerequisites:
- An active Artstash account.
- A Git repository hosted on a platform like GitHub, GitLab, or Azure DevOps.
- The repository URL and any necessary authentication credentials.
1. Create a New Project in Artstash
Start from your main dashboard in Artstash. Click the "Create Project" button to launch the setup wizard for a new project.
2. Configure the Sync Source
In the setup window, you need to tell Artstash where to find your files.
- From the "Sync Source" dropdown menu, select "Git."
- Enter a "Project Name" for your project. We recommend using the same name as your Git repository for consistency.
3. Provide Git Repository Details
Next, fill in the required connection details for your Git repository. This typically includes:
- The Repository URL (the
.git
link from your provider). - Authentication credentials, if the repository is private.
4. Select the Branch to Sync
Once the connection details are entered, specify which branch you want Artstash to monitor. Use the "Branch" field or dropdown to select the branch that contains the assets you wish to manage visually (e.g., main
, develop
, or a specific feature branch).
5. Monitor the Synchronization
After confirming the details, Artstash will begin syncing with your Git repository. The system will clone the repository, index all visual assets, generate previews, and build a searchable database. You can monitor the progress on your dashboard.
When the sync is complete, you can open the project to browse, search, and preview every visual asset from your repository directly in your browser.