This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # If you have previous changes on your branch, run the following command to discard them first | |
| git reset --hard origin/main | |
| # Then to switch to the training's branch | |
| git pull | |
| git checkout ai-training |