Skip to content

Instantly share code, notes, and snippets.

View JoelLau's full-sized avatar
👨‍💻

Joel Lau JoelLau

👨‍💻
  • Singapore
  • 09:37 (UTC +08:00)
View GitHub Profile

Git Help

Resolving Git Merge Conflicts With Rebase

  1. pull latest commit to main branch
git checkout main

# pull latest meta-data
git fetch --all