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

fix:issue515 I want to be able to go to GitHub and Twitter and etc.. … #546

Merged
merged 4 commits into from
Feb 1, 2018

Conversation

kiuchikeisuke
Copy link
Contributor

…of the speaker in SpeakerDetailFragment .

Issue

Overview (Required)

  • If click speaker image, show SNS link button on bottomSheet.

Links

Screenshot

after
issue_515 after

@takahirom
Copy link
Member

Thank you for useful feature!

@takahirom
Copy link
Member

Please resolve conflict 🙏

@kiuchikeisuke
Copy link
Contributor Author

すいません、ちょっと日本語で。。。
コンフリクト解消の時って以下の手順であってますか?

1:fork先のレポジトリにfork元の変更を全て持ってくる
2:fork先のレポジトリのbranch(issue515_showsnslink)にfork元のmasterの変更をマージする
3:コンフリクトを解消してコミット
4:プッシュ→PR作成

気になったのは3の時のコミットファイルがmasterのこれまでの差分全部になっていたので、このままコミット→プッシュ→PRしたら、いらぬコミットログ残しそうな気がしてしまい。。

@jmatsu
Copy link
Contributor

jmatsu commented Jan 31, 2018

@kiuchikeisuke

合ってます。一応コマンドだと以下になります。

# origin に @kiuchikeisuke さんのリポジトリがあるとして、丁寧にやると

git remote add droidkaigi git@github.com:DroidKaigi/conference-app-2018.git
git fetch droidkaigi master
git checkout issue515_showSNSlink
git merge --no-ff droidkaigi/master
# コンフリクト解消
git commit
# 適宜編集、保存してエディタを閉じる
git push origin issue515_showSNSlink

気になったのは3の時のコミットファイルがmasterのこれまでの差分全部になっていたので

コミット後のエディタを閉じたとき(or コミットメッセージ下部のコメント)に、更新されたファイル一覧が出ることを指してますか?だとしたら問題ないです。
git diff --name-only droidkaigi/master といったコマンドを叩けば、github webのFile Changedに表示されるファイル一覧が確認できるかと思います。

@kiuchikeisuke
Copy link
Contributor Author

@jmatsu ありがとうございます!問題なくPushできました!! 😄 😄

@takahirom
Copy link
Member

takahirom commented Feb 1, 2018

Almost LGTM 👍
If you can, please cherry-pick this 🙏
I think dialogBinding.speaker?.twitterUrl is not good. So I refactor that
519bc4a

@takahirom
Copy link
Member

Thanks 👍 LGTM

@takahirom
Copy link
Member

Thank you for very useful feature 🥇

@kiuchikeisuke
Copy link
Contributor Author

Thank you for refactoring!! I cherry-picked it!! 😄

@takahirom takahirom merged commit c4fc923 into DroidKaigi:master Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

I want to be able to go to GitHub and Twitter and etc.. of the speaker in SpeakerDetailFragment .
3 participants