3 posts tagged with "git reset"

    git restore vs reset vs revert: the basics

    2022-11-28

     | 

    ~5 min read

     | 

    856 words

    The command for Git is still experimental, but is a more intuitive solution to some of the problems I’ve come across regularly. Similarly…

    git reset vs. revert...redux

    2022-11-28

     | 

    ~4 min read

     | 

    704 words

    I’ve written about git reset vs. git revert before. I’ve even looked at some patterns for “undoing” in git. This is a closer look at git…

    git rm vs. git reset

    2022-11-28

     | 

    ~4 min read

     | 

    797 words

    Today, I had an interesting experience with Git. I was working on a new project and when I was ready to make my initial commit, I noticed…

Return to all tags