Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wenzhixin/atom-git-code
Git Code Tools(Source, Blame and History)
https://github.com/wenzhixin/atom-git-code
atom atom-package
Last synced: 12 days ago
JSON representation
Git Code Tools(Source, Blame and History)
- Host: GitHub
- URL: https://github.com/wenzhixin/atom-git-code
- Owner: wenzhixin
- License: mit
- Created: 2017-09-30T05:50:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T06:02:52.000Z (over 7 years ago)
- Last Synced: 2024-11-08T08:51:48.155Z (2 months ago)
- Topics: atom, atom-package
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# git-code package
Git Code Tools(Source, Blame and History)
## Feature
* Support GitHub
* Support GitLab## Install
```
cd ~/.atom/packages
git clone https://github.com/wenzhixin/atom-git-code.git git-code
apm installvi ~/.git-core
``````
[email protected]=https://github.com
```Config syntax: `alias=url`. For example:
```
[email protected]=https://github.com
mygitlab=http://192.168.1.100/gitlab
other-git=http://xxx.xxx.com
```You can get your alias via `git config --get remote.origin.url` in your git repo.