Добавить
Уведомления

19. Git for beginners. Git stash. How to save unfinished work in Git?

How can we save unfinished work in GIT? Use Git stash. All changes WIP can be saved in stash - temporary storage and then you can continue your work. Save working directory git stash save “description” View stashes git stash list Bring them back git stash pop (and remove from stash) git stash apply (leave in stash) Remove git stash drop (clear) Let's be friends: INSTAGRAM ↣ https://www.instagram.com/travels_code/ TWITTER ↣ https://twitter.com/travelscode FACEBOOK ↣ https://www.facebook.com/travelscode/ WEB-SITE ↣ http://travelscode.com/ GITHUB ↣ https://github.com/MaksymRudnyi/ #git #github #tutorial

12+
14 просмотров
2 года назад
4 декабря 2023 г.
12+
14 просмотров
2 года назад
4 декабря 2023 г.

How can we save unfinished work in GIT? Use Git stash. All changes WIP can be saved in stash - temporary storage and then you can continue your work. Save working directory git stash save “description” View stashes git stash list Bring them back git stash pop (and remove from stash) git stash apply (leave in stash) Remove git stash drop (clear) Let's be friends: INSTAGRAM ↣ https://www.instagram.com/travels_code/ TWITTER ↣ https://twitter.com/travelscode FACEBOOK ↣ https://www.facebook.com/travelscode/ WEB-SITE ↣ http://travelscode.com/ GITHUB ↣ https://github.com/MaksymRudnyi/ #git #github #tutorial

, чтобы оставлять комментарии