Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the function of ‘git stash apply’?
Home
Git
What is the function of ‘git stash apply’?
0
votes
asked
Oct 15, 2019
in
Git
by
rajeshsharma
What is the function of ‘git stash apply’?
git-stash
stash-git
git-stash-apply
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 15, 2019
by
Robin
If you want to continue working where you had left your work then ‘git stash apply‘ command is used to bring back the saved changes onto your current working directory.
...