You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
O comando checkout tem MUITA sobrecarga (manipula HEAD e working dir), então para isso o git introduziu o switch (pra trocar entre branches), e o restore (pra restaurar o working tree pra um especifico ref).
O comando
checkout
tem MUITA sobrecarga (manipula HEAD e working dir), então para isso o git introduziu oswitch
(pra trocar entre branches), e orestore
(pra restaurar o working tree pra um especifico ref).https://git-scm.com/docs/git-restore
https://git-scm.com/docs/git-switch
https://github.blog/2019-08-16-highlights-from-git-2-23/#experimental-alternatives-for-git-checkout (aqui tá escrito experimental, mas deixou de ser experimental a um bom tempo já)
The text was updated successfully, but these errors were encountered: