LoginSignup
6
5

More than 5 years have passed since last update.

プルリクの送り方

Posted at
  1. github上でfork
  2. ローカルにclone
  3. git branch hogeでブランチ作る
  4. git checkout hogeでhogeに切り替え
  5. 編集
  6. git add hoge.foo
  7. git commit -m "fix hogehoge"でコミット
  8. git push origin hogeでpush
  9. github上でPullRequest
6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5