{"id":13862562,"url":"https://github.com/zk-phi/git-context-switch","last_synced_at":"2026-02-10T14:30:18.754Z","repository":{"id":152679625,"uuid":"103598658","full_name":"zk-phi/git-context-switch","owner":"zk-phi","description":"context switch for git","archived":false,"fork":false,"pushed_at":"2019-06-19T04:45:20.000Z","size":949,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T21:15:06.389Z","etag":null,"topics":["git"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/zk-phi.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}},"created_at":"2017-09-15T01:18:13.000Z","updated_at":"2022-06-29T09:10:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"daf639c5-84e7-4843-9b11-b21e072211cc","html_url":"https://github.com/zk-phi/git-context-switch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fgit-context-switch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fgit-context-switch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fgit-context-switch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fgit-context-switch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zk-phi","download_url":"https://codeload.github.com/zk-phi/git-context-switch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239808121,"owners_count":19700440,"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":["git"],"created_at":"2024-08-05T06:01:47.451Z","updated_at":"2026-02-10T14:30:18.685Z","avatar_url":"https://github.com/zk-phi.png","language":"Emacs Lisp","readme":"# git-context-switch\n\n*git-context-switch is a context switch for git*\n\ngit-context-switch makes git able to manage multiple branch-lists and stash-lits (called \"context\").\n\n## Demo\n\n![Demo](screencast.gif)\n\n## Dependencies\n\nEmacs (\u003e=24), as an interpreter.\n\n## Installation\n\nMake `git-context-switch.el` executable visible from PATH\n\n```\ncp git-context-switch.el /usr/local/bin/git-context-switch\nchmod +x /usr/local/bin/git-context-switch\n```\n\nand (optionally) add an alias to `~/.gitconfig`.\n\n```\n[alias]\ncontext = \"!f() { git-context-switch $*; }; f\"\n```\n\n## Usage\n\ngit-context-switch have following subcommands:\n\n* `git context` ... Show current context name\n* `git context list` ... Show list of all all contextsx.\n* `git context create \u003cname\u003e` ... Create new context.\n* `git context delete \u003cname\u003e` ... Delete context.\n* `git context switch \u003cname\u003e` ... Switch to context.\n* `git context show \u003cname\u003e` ... Show list of branches.\n* `git context mv \u003cbranch\u003e \u003ccontext\u003e` ... Move branch to context.\n* `git context cp \u003cbranch\u003e \u003ccontext\u003e` ... Copy branch to context.\n\n`mv` and `cp` commands accept following arguments in addition:\n\n* `mv foo-context:foo-branch bar-context` ... Specify context to move (copy) branch from\n* `mv foo-branch bar-context:foofoo-branch` ... Specify branch name to move (copy) to\n","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fgit-context-switch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzk-phi%2Fgit-context-switch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fgit-context-switch/lists"}