Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 install

vi ~/.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.