Une collection organisée de snippets de code pour accélérer votre développement. Parcourez, recherchez et copiez en un clic.
git stash pop
git stash apply stash@{2}
git bisect start
git bisect bad <commit_bug>
git bisect good <commit_ok>
git stash list
git stash