The Wayback Machine - https://web.archive.org/web/20250510204532/https://github.com/drobilica
Skip to content
View drobilica's full-sized avatar
🛩️
🛩️

Highlights

  • Pro

Block or report drobilica

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. drobilica.github.io drobilica.github.io Public

    Site for drobilica.com

    HTML

  2. How to squash commits in git How to squash commits in git
    1
    ## Squashing Git Commits
    2
    
                  
    3
    ## The easy and flexible way
    4
    
                  
    5
    This method avoids merge conflicts if you have periodically pulled master into your branch. It also gives you the opportunity to squash into more than 1 commit, or to re-arrange your code into completely different commits (e.g. if you ended up working on three different features but the commits were not consecutive).