
Git: What are the Basic Commands and Uses?
It’s not like you don’t use SVN / Git systems anymore. In this article, we will see simple Git commands;
Git Create
The Git command is written and compiled briefly as the following command.
git init
When we initialize, the subdirectory structure for git in the folder is created.
Looking at the Situation
Looking at the state of our repository is often something we have to do. We give information about the repo and we understand what to do depending on the situation.



