Skip to content

複数ファイルをaddする機能の追加#8

Open
hyphen-o wants to merge 7 commits intomainfrom
keigo-okamoto/feature-add-some-entries
Open

複数ファイルをaddする機能の追加#8
hyphen-o wants to merge 7 commits intomainfrom
keigo-okamoto/feature-add-some-entries

Conversation

@hyphen-o
Copy link
Contributor

@hyphen-o hyphen-o commented Oct 4, 2024

やったこと

複数ファイルをaddできる機能とそれに伴うオプションの追加を行いました

詳細

  • add ディレクトリやadd .で複数ファイルをステージングできるように対応
  • commitに -amオプションを追加し,add .とcommitをどちらもできるように変更

確認項目

  • git add .で全ファイルがステージングされている
  • git add ディレクトリ名でそのディレクトリの中身のファイルが全てステージングされている
  • git commit -am message & mygit logで全てのファイルがaddされた上でcommitされている

@hyphen-o hyphen-o marked this pull request as ready for review October 4, 2024 05:19
Copy link

@S-Nakamur-a S-Nakamur-a left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment on lines +18 to +20
if (filePath === ".git") {
return;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good-badge
ナイスハンドリングです

Base automatically changed from keigo-okamoto/feature-add-commit-dump to main October 4, 2024 13:07
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.

2 participants