Inspiration
99% of the time we use git the exact same way - "git pull -> git add . -> git commit -m "" -> git push". bgit handles this workflow, among others, automatically, all while maintaining full compatibility with git.
What it does
Simple bash script wrapper that maps it's own commands to git macros.
How we built it
bash
Challenges we ran into
unit testing git is hard, but I'm happy with my solution
Accomplishments that we're proud of
All bgit code uploaded to github was used using bgit, as well as my other hackathon entries :D
Log in or sign up for Devpost to join the conversation.