{"id":23121041,"url":"https://github.com/prayag2003/tig-version-control-system","last_synced_at":"2026-05-02T19:33:03.532Z","repository":{"id":242328846,"uuid":"809277779","full_name":"Prayag2003/tig-version-control-system","owner":"Prayag2003","description":"Building the clone of Git as \"Tig\" as fun-time spending activity in Weekend :)","archived":false,"fork":false,"pushed_at":"2024-08-14T14:50:29.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T03:16:52.663Z","etag":null,"topics":["git","git-clone","golang","tig","version-control"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Prayag2003.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":"2024-06-02T08:28:14.000Z","updated_at":"2024-08-14T14:50:33.000Z","dependencies_parsed_at":"2024-06-02T09:52:02.012Z","dependency_job_id":"61712df5-fb13-4ef7-afba-088540da6ebc","html_url":"https://github.com/Prayag2003/tig-version-control-system","commit_stats":null,"previous_names":["prayag2003/tig-version-control-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Prayag2003/tig-version-control-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prayag2003%2Ftig-version-control-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prayag2003%2Ftig-version-control-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prayag2003%2Ftig-version-control-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prayag2003%2Ftig-version-control-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prayag2003","download_url":"https://codeload.github.com/Prayag2003/tig-version-control-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prayag2003%2Ftig-version-control-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","git-clone","golang","tig","version-control"],"created_at":"2024-12-17T06:14:33.986Z","updated_at":"2026-05-02T19:33:03.512Z","avatar_url":"https://github.com/Prayag2003.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TIG: A Lightweight Git Clone\n\n**tig** is a simple version control system inspired by Git, offering basic functionalities like adding, committing, cloning, initializing repositories, and viewing logs. Use `tig` to manage your project’s version control with ease.\n\n## Features\n\n- **Add**: Stage files for commit.\n     - Usage: `tig add \u003cfile_name\u003e` or `tig add .` to stage all changes.\n- **Commit**: Commit staged changes with a message.\n\n     - Usage: `tig commit -m \"Your commit message\"`\n\n- **Clone**: Clone a repository from a remote source.\n\n     - Usage: `tig clone \u003crepo_url\u003e`\n\n- **Init**: Initialize a new repository.\n\n     - Usage: `tig init`\n\n- **Log**: View the commit history.\n     - Usage: `tig log`\n\n## Installation\n\nFollow these steps to install and use **tig**:\n\n1. **Install Go**:\n\n      - Make sure you have Go installed on your system. You can download and install it from [golang.org](https://golang.org/dl/).\n\n2. **Clone the Repository**:\n\n      - Clone the **tig** repository:\n           ```bash\n           git clone https://github.com/Prayag2003/tig-version-control-system\n           ```\n\n3. **Navigate to the `tig` Directory**:\n\n      - Change directory to the `tig` command source:\n           ```bash\n           cd cmd/tig\n           ```\n\n4. **Set Up an Alias**:\n\n      - Create an alias for `tig` to run it easily from the command line:\n           ```bash\n           alias tig=\"go run main.go\"\n           ```\n\n5. **Start Using `tig`**:\n      - Now you can use `tig` just like Git:\n           ```bash\n           tig init\n           tig add \u003cfile_name\u003e\n           tig commit -m \"Your commit message\"\n           ```\n\n## Contributing\n\nContributions are welcome! Feel free to open issues or submit pull requests to improve **tig**.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprayag2003%2Ftig-version-control-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprayag2003%2Ftig-version-control-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprayag2003%2Ftig-version-control-system/lists"}