Existem algumas maneiras diferentes de desfazer as coisas no git, mas para o propósito deste…
Read MoreTag: command line
How to revert a commit in git
git how-toThere are a few different ways to undo things in git but for the purpose…
Read MoreManaging local git branches with git rebase
how-toWhen you work on a codebase with other people, you need to manage your local…
Read Moregit stash 101
command line git how-togit stash allows you to save your work in progress out of your way
Read MoreAdd a filename in the command line when running a Python script
command line how-to python quick-tipOR: Run a Python script with arguments You can add arguments to the command line…
Read More