culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a stash in Git?

    Answers

    A type of remote repository
    A temporary area for saving changes without committingCorrect
    A special branch for experimentation
    A configuration file

    A stash in Git is a temporary place where changes that are not ready to be committed can be saved, allowing you to clean the working directory without losing modifications.