the single path
git-help
In video
git help
- help summarygit help -a
— available subcommandsgit help -g
— concept guidesgit help git
- overview (full manual)git help <command>
- subcommand documentation
git-init
In video
cd my-git-notes
ls
ls --all
ls .git
git help init
git-status
In video
git status
rm -vfr .git
git status
git init
git-add
In video
git add help
git-reset
In video
git reset help
git-commit
git-log
- graph can’t be set true: https://stackoverflow.com/a/25712489
git-diff
Add a change to one of the files.
echo "git add help" > git-add.txt
https://www.golinuxcloud.com/git-head-caret-vs-tilde-at-sign-examples/
- add more to git to stage
git-remote
git-push
git-pull
git-fetch
git-clone
on configuring git
Let’s add got config for all of our options