This is a tutorial for the CLI tool I built called git-smart ⚡
Hey #developers! 👋
Ever get tired of the repetitive Git dance to keep your feature branch synced with main? You know the one: stash, checkout main, pull, checkout feature, rebase, pop stash... 😅
I certainly did, so I built git-smart! ⚡️this diwali.
git-smart is a simple, open-source CLI tool (built with hashtag#golang!) that automates this entire workflow into one command:
git-smart sync
.... thats it !
It handles stashing, pulling, rebasing, and popping automatically, saving you time and preventing mistakes. It even detects your default branch name! 🚀
Check it out, try the installation (macOS/Linux via Homebrew!), and let me know what you think! Contributions welcome. 😊
GitHub Repo & Installation: https://lnkd.in/gsuXPN3x