{"id":21355929,"url":"https://github.com/trianglesis/flow","last_synced_at":"2026-03-19T20:02:31.409Z","repository":{"id":263015655,"uuid":"889062956","full_name":"trianglesis/flow","owner":"trianglesis","description":"Flow model testing","archived":false,"fork":false,"pushed_at":"2024-12-03T10:31:18.000Z","size":138,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T18:10:49.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/trianglesis.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-11-15T14:38:30.000Z","updated_at":"2024-12-03T10:31:22.000Z","dependencies_parsed_at":"2025-01-22T18:20:20.868Z","dependency_job_id":null,"html_url":"https://github.com/trianglesis/flow","commit_stats":null,"previous_names":["trianglesis/flow"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trianglesis%2Fflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trianglesis","download_url":"https://codeload.github.com/trianglesis/flow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830211,"owners_count":20354785,"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","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":[],"created_at":"2024-11-22T04:21:48.792Z","updated_at":"2026-01-02T08:34:14.929Z","avatar_url":"https://github.com/trianglesis.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Trunk\n\n- [Working how](DOC/working_with_trunk.md)\n\n## Hints\n\n- [VS Code](DOC/VS_Code_setup.md)\n\n\n## Flow\n\nWhat is [flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)\n\nFlow is **BAD!!!**\n\nDo not use **FLOW!!!**\n\nThis repo was initiated by flow, and later it was removed.\n\nTested by two users.\n\n### Multiple users and ssh keys\n\nUse multiple users at one PC with miltiple repos.\n\n- Generate SSH key for each user\n  - Name your keys by each user (use email) `alpha@example.com`, `beta@example.com`\n  - Put your keys at `~./ssh/`\n\n```\nssh-keygen -t ed25519 -C alpha@example.com\nssh-keygen -t ed25519 -C beta@example.com\n```\n\n- Now you have 4 keys in common, 2 pub and 2 private.\n  - `alpha@example.com`, `alpha@example.com.pub`\n  - `beta@example.com`, `beta@example.com.pub`\n\n- Add each SSH key to GitHub account for each user. \n  - Alpha to Alpha, Beta to Beta.\n  - Only add a content of the `*.pub` key!\n  - Private key (not `*.pub`) should never leave your PC!\n\n- Modify your local SSH config file for both users at once:\n  - Use private keys, without `*.pub`\n\n```shell\n[user@note-pc ~]$ cat .ssh/config\nHost github-alpha\n    HostName github.com\n    IdentityFile ~/.ssh/alpha@example.com\n    IdentitiesOnly yes\nHost github-beta\n    HostName github.com\n    IdentityFile ~/.ssh/beta@example.com\n    IdentitiesOnly yes\n```\n\n- Now you can use git as usual with commands like that:\n\n```shell\ngit clone git@github-alpha:ORGANIZATION/reponame.git\ngit clone git@github-beta:ORGANIZATION/reponame.git\n```\n\n- Add `user name` and `user email` for both clones:\n\n```shell\ncd /dir_where_cloned_repo_by_alpha_user/\ngit config user.name alpha\ngit config user.email alpha@example.com\n\ncd /dir_where_cloned_repo_by_beta_user/\ngit config user.name beta\ngit config user.email beta@example.com\n```\n\nNow you can contribute to one repo from one PC from two users.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrianglesis%2Fflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrianglesis%2Fflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrianglesis%2Fflow/lists"}