Tag
git
10 published notes.
Tagged git
Full archive31 Jul 2026Gitignore is not a backup — how I almost lost my content/I moved content/ out of Git, merged the branch with a custom merge-delete helper, and watched years of posts shrink to two files. Here is the trap, and how I prevent it now. 21 Aug 2025Working with Multiple Branches Using Shallow Clones: A Company Workflow GuideLearn how to efficiently work with multiple branches (main, development, feature, bug) using shallow clones in a company environment 21 Aug 2025Why My Disk is Always Full: The Hidden Cost of Company Git RepositoriesA real-world story about how company projects can silently consume your disk space, and how shallow clones could have saved the day 21 Aug 2025Working with Massive Git Repositories When Disk Space is LimitedLearn how to contribute to massive open source projects like Linux kernel and Chromium when you can't afford the disk space for full clones 21 Aug 2025Working with Git Shallow Clones: From Clone to Commit and PushLearn how to efficiently work with git shallow clones, make changes, and push your work back to the repository Draft 7 Jun 2020Repository: bootstrap-express-2020I just found out that’s possible to clone a branch/tag from a remote in single command. 3 Jun 2020Storing Images and Demos in your Repo 19 Jul 2018GIT: When files are deleted in some commit in the past 4 Aug 2016Reset Git Repository 27 Jan 2016When you’re testing but your develop branch seems off between master branch