Git commands in simple terms

Basic Terms Repository (Repo): A folder where your project lives, with all its files and history. Commit: Save a snapshot of your project at a specific point in time. Push: …