Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ginue fetch" command #16

Open
the-red opened this issue Mar 27, 2018 · 0 comments
Open

"ginue fetch" command #16

the-red opened this issue Mar 27, 2018 · 0 comments

Comments

@the-red
Copy link
Member

the-red commented Mar 27, 2018

#14 でコメントしたように、
こんな感じでpull, merge, pushという案が一つ。

ginue pull development
ginue merge development:master
# masterのJSON編集
ginue merge master:development
ginue push development

別の案として、
PC内のJSON保存先を「ローカル線用」「リモート専用」に分けて
こんな風にしてみるのも良いかもしれない。

ginue fetch development
ginue merge origin/development
# JSON編集
ginue push development

でもどうかなー。。。
同じenvでリモート・ローカルとか分けると
ややこしくなっちゃうかなー。。。
一旦思いついたのでメモだけ。

しかし良い設計を模索すると、
どうしてもgitに似た感じになってしまう。
gitってすごいですよねー。

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

No branches or pull requests

1 participant