Here are some Git commands that I use frequently:
-
git status
- Check the status of your repository. -
git log --graph
- Visualize your commit history. -
git checkout -
- Switch to the previous branch. -
git commit --amend
- Edit your last commit. -
git stash
- Temporarily save changes.
What are your go-to Git commands?
Tag: git, productivity
Top comments (0)