Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

add :update support #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add :update support #47

wants to merge 2 commits into from

Conversation

jheroy
Copy link

@jheroy jheroy commented Jan 14, 2015

For example

gom 'git.example.com/example', :command => 'git clone [email protected]:example’, :update => 'git fetch'

gom 'git.example.com/example', :command => 'git clone
[email protected]:example’, :update => 'git fetch'
```
gom 'github.com/username/repository', :command => 'git clone
http://example.com/repository.git', :update => 'git fetch'
```
@mattn
Copy link
Owner

mattn commented Oct 21, 2015

I wonder command => works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants