Git stash and Git log

Here are the commands for Git stash and Git log.

1. Git stash is a command, that temporarily save your modified files
git stash

If you want to see what are the stashes file, use this below command.

git stash list

If you want to apply your changes to your branch, use this command.

git stash apply


2. If you want to see the previous commits with head commits,
git log


Related Git commands and Tutorials.

Git stash and Git log

Thank you for reading. If you are interesting on my article, make sure to follow my other articles as well. Make sure to leave a comment.

guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x