search

40 GIT Commands

calendar_today 27/04/2026

git init – create new repository git config –global user.name – set username git config –global user.email – set email git config –list – view configuration git status – check file changes git add file.txt – stage one file git add. – stage all files git commit -m “msg” – save changes git log – […]

Đọc tiếp arrow_forward