Some extra commands to help you in your daily work
ABH: Clean up local git branches:
After working with branch per feature for a while any Git-repository becomes a mess of outdated and not finished branches.
ABH: Reset and sync local repository with remote branch:
If you have ever gotten to the point where your local git repository is out of sync with your remote, but you just can’t seem to restore things back to normal, then this command is for you.This function will turn your local repository into a mirror image of the remote of your choice.
Simply follow these steps to get back to frustration-free development.
Comments
0 comments
Please sign in to leave a comment.