#Go to the release branch
git checkout RELEASE_date
#Pull the last changes
git pull origin RELEASE_date
#Go to the release branch
git checkout RELEASE_date
#Pull the last changes
git pull origin RELEASE_date
| #Easy search | |
| #Running test internaly | |
| Shortcut to run a specific test | |
| Link in the console on the errors | |
| Step by step debugging | |
| #Jump to function def | |
| #Refactor |