LoginSignup
1
1

More than 1 year has passed since last update.

[git]特定ファイルのみgit stashする方法

Posted at

方法

以下のようにパスは複数指定可能です

  • ディレクトリパスを指定するとその配下のファイルがstashされます
  • ファイルパスを指定するとそのファイルがstashされます
git stash -- path1 path2 ...

感想

個人的に利用頻度高めなgitコマンド
覚えておくとかなり便利です

1
1
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
1
1