- Published on
Gittin' Started with Git
- Authors
- Name
- Dan Sorensen
On of my goals for 2022 is to be better with git command line. I've used git successfully for years with a variety of GUI tools and occasional command line updates. Many git features are not available (or not clear) through GUI menus.
So here are the top git commands I use to get daily work completed.
- git status
- git stage filename
- git commit -m 'short update message'
- git commit --amend
- git pull
- git push
- git log
- tip: Press q to exit the log.
- git diff
- tip: Press q to exit.
- git reset