Git and GitHUb
Feb 10, 2025 · 1 min read · Important commands git init git add <> git add . git commit -m ““ git rm - - cache git restore <> git config - - global username <> git config - - global user.email <> git log git log - - oneline git status git branch git checkout -b <newbranchname> ...
Join discussion