Now watch me closely...
git stash save
git tag foobar stash
git stash drop
git stash apply foobar
Получаем теганутый стеш, который можем накатить по имени в любой момент. Полезно для всяких там дебажных твиков.
git stash save
git tag foobar stash
git stash drop
git stash apply foobar
Получаем теганутый стеш, который можем накатить по имени в любой момент. Полезно для всяких там дебажных твиков.
Now watch me closely ...
git stash save
git tag foobar stash
git stash drop
git stash apply foobar
We get a tagged cache that we can roll by name at any time. Useful for all kinds of tweaks.
git stash save
git tag foobar stash
git stash drop
git stash apply foobar
We get a tagged cache that we can roll by name at any time. Useful for all kinds of tweaks.
У записи 1 лайков,
1 репостов.
1 репостов.
Эту запись оставил(а) на своей стене Михаил Гаенков