Folder Note_git: contains folders that guide you to learn Git
Folder local_repo: explains operations and commands in the local repository
Folder remote_repo: shows you how to connect with the remote (cloud) repository
Folder Grow: develops and extends Git commands
The other folders are for practicing Git
File test_git.txt
Summarizes the main Git commands
Notes and tips when coding
- All original guide files are in Vietnamese with the
.txtextension. - Each file has a corresponding English version with the
.en.txtextension in the same folder. - You can open these files with any editor (VS Code, nano, etc.) to read and practice Git commands.
- The Note_git folder is for theory, while the tutorial* folders are for hands-on practice (commit, branch, merge, rebase, ...).