What does git stash apply (or pop) have to do with index (staging area)?

后端 未结 0 950
滥情空心
滥情空心 2021-01-13 04:56
echo "a" > file1.txt
git add file1.txt
git commit -m "add file1"

echo "b" > file1.txt
git stash

Now



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题