REWRITE HISTORY

This Project for CommandLine Applications. includes configs and documentation. https://mrinjamul.github.io/unTutorials

REWRITE HISTORY

Rewriting branches, updating commits and clearing history

git rebase [branch]

apply any commits of current branch ahead of specified one

git reset --hard [commit]

clear staging area, rewrite working tree from specified commit