Articles
Software
Gallery
Other works
Contacts

#Oh no, I fucked up then commited with Git.html



        1. Revert head until necessary
            $ git rebase -i HEAD~  # where  the number of the commint counted from the last commit, starting from 1
            >NOTE: this command is perfectly safe, it does not automatically affect your history and or state just by invocation
        2. Read the help comment carefully
            >one thing it doesnt explicitly mention is that "pick" can be used for cherry-picking too
        3. ???
        4. Profit