{"id":18836819,"url":"https://github.com/loup-v/gik","last_synced_at":"2026-05-19T07:04:16.610Z","repository":{"id":95775533,"uuid":"118639553","full_name":"loup-v/gik","owner":"loup-v","description":"Git Sketch version control","archived":false,"fork":false,"pushed_at":"2018-03-17T00:55:51.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T19:33:32.837Z","etag":null,"topics":["git","sketch","version-control","versioning"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loup-v.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-23T16:47:27.000Z","updated_at":"2025-05-23T15:00:27.000Z","dependencies_parsed_at":"2023-05-04T00:45:02.789Z","dependency_job_id":null,"html_url":"https://github.com/loup-v/gik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/loup-v/gik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loup-v%2Fgik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loup-v%2Fgik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loup-v%2Fgik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loup-v%2Fgik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loup-v","download_url":"https://codeload.github.com/loup-v/gik/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loup-v%2Fgik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009075,"owners_count":26084549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","sketch","version-control","versioning"],"created_at":"2024-11-08T02:32:12.570Z","updated_at":"2025-10-11T22:51:31.709Z","avatar_url":"https://github.com/loup-v.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Sketch version control\n\nWorks with Sketch new file format, introduced in Sketch version 43.\n\nRather than pushing .sketch binaries to Git, Gik allows to automatically track JSON files that lies underneath.\n\n * Unpack and commit JSON files when pushing\n * Repack to .sketch when pulling\n\n\n## Advantages\n\n * Smaller git history size\n * Ground for visual diff between commits\n\n\n## Installation\n\nCopy the file `gik.sh` to your repository that contain the Sketch files to track.  \nThis file acts like a proxy to the real `gik-base.sh` and allows seamless updates of the script when necessary.\n\nYou can download `gik.sh` using the following one liner.  \nOpen your terminal, go to the project directory and run:\n\n```\ncurl https://raw.githubusercontent.com/loup-v/gik/master/gik.sh -o gik.sh \u0026\u0026 chmod +x gik.sh\n```\n\n## Usage\n\n### Push\n\n```\n./gik.sh push\n```\n\nIf the git repository does not exist, the script will do it for you and ask for the remote origin url.\n\n### Pull\n\n```\n./gik.sh pull\n```\n\n\n## Test\n\nSee `test/test.sh`, with the following usage:\n\n```\n./test.sh [local|remote] [reset|] [push|pull]\n```\n\n * `local|remote`: use `git-base.sh` from the current project or from latest github release\n * `reset`: optional, reset the remote origin branch before running the real script\n * `push|pull`: params for the real script\n\nExample of a repository managed by Gik: \u003chttps://github.com/loup-v/gik-test\u003e\n\n\n## Limitations\n\n * Merge conflicts must be handled manually\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floup-v%2Fgik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floup-v%2Fgik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floup-v%2Fgik/lists"}