Git Basics Cheatsheet
Jun 8, 2024 路 2 min read 路 Init This command creates an empty Git repository or reinitializes an existing one (if applicable) git init Set origin The below command is used to add a new remote (URL for your git repository) : git remote add origin git@github.com:User/User...
Join discussion


