×
          
              
          
      
      Clear all filters including search bar
          
        Valeri Tandilashvili's Personal Professional Blog
      
    git cherry-pick 720192cgit log --statgit refloggit commit --amend -m 'the commit message'git branch --mergedgit clone ../remote_repo.git .git reset  /  git reset HEAD  /  git reset HEAD .  /  git restore --staged .index.htmlgit reset index.html  /  git reset HEAD index.html /  git restore --staged index.html-ngit clean -n  /  git clean -fX -n  /  git clean -fx -ngit clean -fgit clean -f -X  /  git clean -fXgit clean -f -x  /  git clean -fxdoes not work on windows