Useful Git Commands
May 11, 2023 · 2 min read · Knowing useful git commands can greatly help the development workflow. Here are some useful git commands and options that not everyone might know. 1. git status git status shows what files have been changed from the current HEAD commit. When you run ...
Join discussion


