|
1 | 1 | {
|
2 |
| - "name": "git-control", |
| 2 | + "name": "git-control-fork", |
3 | 3 | "main": "./lib/git-control",
|
4 | 4 | "version": "0.9.0",
|
5 |
| - "description": "Provides a GUI interface to manage all commonly-used git commands.", |
| 5 | + "description": "Provides a GUI interface to manage all commonly-used git commands. An up-to-date fork", |
6 | 6 | "keywords": [
|
7 | 7 | "git-control",
|
8 | 8 | "git-flow",
|
9 | 9 | "github",
|
10 | 10 | "bitbucket",
|
| 11 | + "gitlab", |
11 | 12 | "git"
|
12 | 13 | ],
|
13 | 14 | "activationCommands": {
|
14 | 15 | "atom-workspace": "git-control:toggle"
|
15 | 16 | },
|
16 | 17 | "repository": {
|
17 | 18 | "type": "git",
|
18 |
| - "url": "git+https://github.com/jacogr/atom-git-control.git" |
| 19 | + "url": "git+https://github.com/lidorcg/atom-git-control.git" |
19 | 20 | },
|
20 | 21 | "license": "MIT",
|
21 | 22 | "engines": {
|
|
26 | 27 | "q": "^1.0.1",
|
27 | 28 | "atom-space-pen-views": "^2.0.3"
|
28 | 29 | },
|
29 |
| - "readme": "# Atom git-control\n\n## What\n\nProvides a GUI interface to manage all commonly-used git commands.\n\nThis is a first-release, while tested as part of creating this package, it has not been extensively used on much larger projects. In short: there are possibly still some issues remaining. At the same time, wanted to get the package out there and used.\n\n\n\n## How\n\n- Checkout or switch to any available branch with a click on the local/remote branch\n- Select files to commit, either all or with an individual selection\n- Compare the current working tree changes to the selected local branch\n- Merge any other branch into the current active branch\n- Create branches, either by remote selection of local branching\n- Reset any file to its previous state with a checkout\n- All git commands are logged, the commands used and output is visible\n- Command available are activated based on working tree status\n- Automatically fetches remote status on activation\n\n##GitFlow\n\nFor git-flow commands to work, you need to [install git flow](https://github.com/petervanderdoes/gitflow/wiki)\n\nthen, on mac, do the following:\n\n```\n sudo ln -s /usr/local/bin/git-flow /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-hotfix /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-release /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-version /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-support /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-init /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-feature /usr/bin/\n\n sudo ln -s /usr/local/bin/gitflow-shFlags /usr/bin/\n\n sudo ln -s /usr/local/bin/gitflow-common /usr/bin/\n```\n\n## Where\n\nThe Atom package can be found on the Atom registry, [https://atom.io/packages/git-control](https://atom.io/packages/git-control).\n\nPull requests, issues, feature requests are all welcome and encouraged via [https://github.com/jacogr/atom-git-control](https://github.com/jacogr/atom-git-control).\n\nDiscussion and additional input is promoted here: [](https://gitter.im/jacogr/atom-git-control?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n## Maintainers\n\n - [MarcelMue](https://github.com/MarcelMue)\n - [Jaco Greeff](https://github.com/jacogr)\n", |
| 30 | + "readme": "# Atom git-control\n\n## What\n\nProvides a GUI interface to manage all commonly-used git commands.\n\nThis is a first-release, while tested as part of creating this package, it has not been extensively used on much larger projects. In short: there are possibly still some issues remaining. At the same time, wanted to get the package out there and used.\n\n\n\n## How\n\n- Checkout or switch to any available branch with a click on the local/remote branch\n- Select files to commit, either all or with an individual selection\n- Compare the current working tree changes to the selected local branch\n- Merge any other branch into the current active branch\n- Create branches, either by remote selection of local branching\n- Reset any file to its previous state with a checkout\n- All git commands are logged, the commands used and output is visible\n- Command available are activated based on working tree status\n- Automatically fetches remote status on activation\n\n##GitFlow\n\nFor git-flow commands to work, you need to [install git flow](https://github.com/petervanderdoes/gitflow/wiki)\n\nthen, on mac, do the following:\n\n```\n sudo ln -s /usr/local/bin/git-flow /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-hotfix /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-release /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-version /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-support /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-init /usr/bin/\n\n sudo ln -s /usr/local/bin/git-flow-feature /usr/bin/\n\n sudo ln -s /usr/local/bin/gitflow-shFlags /usr/bin/\n\n sudo ln -s /usr/local/bin/gitflow-common /usr/bin/\n```\n\n## Where\n\nThe Atom package can be found on the Atom registry, [https://atom.io/packages/git-control](https://atom.io/packages/git-control).\n\nPull requests, issues, feature requests are all welcome and encouraged via [https://github.com/lidorcg/atom-git-control](https://github.com/lidorcg/atom-git-control).\n\nDiscussion and additional input is promoted here: [](https://gitter.im/jacogr/atom-git-control?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n## Maintainers\n\n - [MarcelMue](https://github.com/MarcelMue)\n - [Jaco Greeff](https://github.com/jacogr)\n", |
30 | 31 | "readmeFilename": "README.md",
|
31 | 32 | "bugs": {
|
32 |
| - "url": "https://github.com/jacogr/atom-git-control/issues" |
| 33 | + "url": "https://github.com/lidorcg/atom-git-control/issues" |
33 | 34 | },
|
34 |
| - "homepage": "https://github.com/jacogr/atom-git-control#readme", |
| 35 | + "homepage": "https://github.com/lidorcg/atom-git-control#readme", |
35 | 36 | "_id": "git-control@0.4.0",
|
36 | 37 | "_shasum": "a97445475c58a35ba635d59f4682a4bf787c3e75",
|
37 | 38 | "_resolved": "file:../d-1151115-13025-mazxg1/package.tgz",
|
|
0 commit comments