05.29Set Git ProxySet up a proxy for Git operations, both for HTTP/HTTPS and SSH connections.2 min read
05.20Learn Git Data Structure DesignA look at Git's data structures — objects, references, and branches. These concepts are the foundation for understanding how Git actually works.10 min read
05.04Understanding Git Reset and RevertLearn how git reset and git revert undo commits, move HEAD, affect the staging area and working tree, and preserve or rewrite history.7 min read
04.26Git Rebase, Squash, and HistoryMerge, edit, and clean up commit history with git rebase -i, plus a look at the experimental git history command added in Git 2.54.6 min read
03.07Git for AndroidUse MGit as a Git client on Android, including installation, cloning, local repositories, URL formats, and SSH key setup.2 min read