Tag: git
- How I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scripts (03 Feb 2024)
My learnings from publishing my first ever Dockerfile for ugit (a shell script based tool to undo git command) and writing the most optimized dockerfile for it. - Find pull requests that modify a file path in the terminal (03 Apr 2022)
Using GitHub's command-line tool and some shell magic to find pull requests that modify a specific filepath right inside your terminal - Automatically remind contributors to update their pull requests (19 Mar 2022)
Automatically remind contributors to update their branches whenever there is a new commit in base branch - Undo your last git mistake with ugit (30 Apr 2021)
Learn how to use ugit or git undo to undo git commands like git commit, git push, git merge among many more. ugit helps you fix your last git fuck-up without any hassle, undo from 19+ git scenarios - git cake: when is my README's birthday? (28 Dec 2020)
Use git log command to find when a file was added or created in your git repository