- このレポジトリをフォークします!
master
ブランチからトピックブランチを作成します:git branch my-topic-branch develop
- 変更をコミットします:
git commit -am 'Fix some files'
- フォークした自分のレポジトリに Push します:
git push origin my-topic-branch
- プルリクエストを
WakuwakuP/element-ui-table-draggable
のdevelop
ブランチに送ります