culTest

    One of the 25 questions in this topic

    How much do you know about Git & GitHub: Branches and Collaboration?

    What is git stash used for?

    Answers

    To delete changes permanently.
    To temporarily save uncommitted changes and clean the working directory.Correct
    To upload code to the cloud.
    To hide files from other programmers.

    It is useful when you need to switch branches quickly but do not want to commit half-finished work.