Vamsi Rao
π¨βπ» Developer @hashnode
Short and to the point β¨. I have been currently using git by mostly relying on default config setups. Any smart ideas like above which have helped you also do code reviews more efficiently than before while not breaking your own flow ?
This is super useful, setting it up right now. Would also love to read an article on the aliases you have set in your git config.
I recently setup
rbalias (for recent branches) for listing the last 7 branches I've visited in the current repo. Use it quite often β¨rb = for-each-ref --count=7 --sort=-committerdate refs/heads/ --format='%(refname:short)'