0 votes
in Git by (30.8k points)
What is the meaning of git stash apply?

1 Answer

0 votes
by (19.8k points)
edited by

git stash briefly retires (or stashes) transforms you’ve made to your working duplicate so you can take a shot at something different, and after that return and re-apply them later on.

Related questions

0 votes
asked Oct 16, 2019 in Git by rajeshsharma (23.1k points)
0 votes
asked Oct 15, 2019 in Git by rajeshsharma (23.1k points)
+1 vote
asked Jan 3, 2022 in Bitbucket by Robindeniel (19.8k points)
0 votes
asked Sep 5, 2020 in Git by SakshiSharma (30.8k points)
0 votes
asked Aug 16, 2020 in Git by RShastri (1.7k points)
+1 vote
0 votes
asked May 21, 2020 in Git by SakshiSharma (30.8k points)
...