Git commands
List of all the widely used git commands : git init - tracking the required project folder via git. git status - specifies all untracked and modified files. git add . - adds all the untracked and modified files into the staging area. git commit -...
Jan 15, 20234 min read7