【发布时间】:2022-12-04 11:10:24
【问题描述】:
For example, I have a file called test1.txt in my local folder. I\'ve added it to the staging area using git add -A. Now how can I move test1.txt from the staging area to the working tree?
For example, I have a file called test1.txt in my local folder. I\'ve added it to the staging area using git add -A. Now how can I move test1.txt from the staging area to the working tree?
gitdirectory?