Git Basic Command List
Serial | Git Command | Description | Tags |
---|---|---|---|
1 | git init | Initialize git repository in a folder | init,start git,open git |
2 | git status | Information about changed/deleted files | status,condition,changes,modify |
3 | git add file.txt | Add specific file for commit | add, fixed, specific, custom file |
4 | git add . | Add all changed file for commit | add, all, every file, changed |
5 | git commit -m "commit message" | Initialize git repository in a folder | init,start git,open git |