May 29Set Git ProxyMay 292 min readSet up a proxy for Git operations, both for HTTP/HTTPS and SSH connections.
May 20Learn Git Data Structure DesignMay 2010 min readA look at Git's data structures — objects, references, and branches. These concepts are the foundation for understanding how Git actually works.
May 04Understanding Git Reset and RevertMay 047 min readLearn how git reset and git revert undo commits, move HEAD, affect the staging area and working tree, and preserve or rewrite history.
Apr 26Git Rebase, Squash, and HistoryApr 266 min readMerge, edit, and clean up commit history with git rebase -i, plus a look at the experimental git history command added in Git 2.54.
Mar 07Git for AndroidMar 072 min readUse MGit as a Git client on Android, including installation, cloning, local repositories, URL formats, and SSH key setup.