Skip to content

Instantly share code, notes, and snippets.

@klein-mask
Created May 14, 2019 19:01
Show Gist options
  • Save klein-mask/92d28192169100c69d530dad686b7490 to your computer and use it in GitHub Desktop.
Save klein-mask/92d28192169100c69d530dad686b7490 to your computer and use it in GitHub Desktop.
git add
#ファイル名指定
$ git add ファイル名
#現在のディレクトリ配下全て
$ git add
#リポジトリの中で変更のあったもの全て
$ git add -A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment