Skip to content

Instantly share code, notes, and snippets.

View shoumaw's full-sized avatar

Ali Shouman shoumaw

  • Bitovi
  • Cairo, Egypt
View GitHub Profile
@shoumaw
shoumaw / gist:933a250074a8bfc94f8eabe8c16c003f
Created April 30, 2026 14:08
Checkout branch for `Basics of Github Copilot` training
# 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