Hello team! This guide is our new single source of truth for how we build software together.
Why are we doing this? To solve common problems we face:
This guide will teach you the fundamentals of Git and the exact workflow we will follow. Let’’s get started!
Before you begin, please ensure you have the following tools installed and configured:
git config
with your name and email)gh auth login
).gitignore
): How to keep your repository clean.?