Venom RexforFor the greater goodgreater-good.hashnode.devยทNov 19, 2024Git : most short and efficient way to know about it### `git status` ### `git init` ### `git config --global user.email "name@example.com"` ### `git add . (or) git add "file-name"` ### `git config --global user.name "name"` ### `git commit -m "commit message"` ### `git log` ### `git config` --...GitAdd a thoughtful commentNo comments yetBe the first to start the conversation.