×
          
              
          
      
      Clear all filters including search bar
          
        Valeri Tandilashvili's Git Notes
      
    new_branchgit push origin --delete new_branchgit push origin new_branchgit push --set-upstream origin new_branchgit push -u origin new_branchnew_branchgit push origin new_branch --deletelogingit branch -d loginlogingit branch -D logingit difftool HEADgit difftool a8098222d481b2c4249e09cdf639427b237a1d8f 17d3352bd6486e4c34bbfc51053c7b86911458dalogin.frmgit difftool a8098222d481b2c4249e09cdf639427b237a1d8f 17d3352bd6486e4c34bbfc51053c7b86911458da login.frmvimdiffgit config --global merge.toolgit config --global mergetool.meld.pathmeldgit config --global merge.tool "meld"
git config --global mergetool.meld.path "C:\Program Files (x86)\Meld\Meld.exe"git config --global difftool.prompt falsegit loggit log --pretty=onelinegit log --onelinemastergit log another_branchmastergit log origin/master --onelinegit log --statgit log --allgit log --pretty=format:"%h - %an, %ar : %s"%h%an%ar%sa11bef0 - Scott Chacon, 6 years ago : Initial commit54d459d by VLR, which created the commit 28 hours ago with comment: some messageegit log --pretty=format:"%h by %an, which created the commit %ar with comment: %s"git show a8098222d481b2c4249e09cdf639427b237a1d8findex.htmlgit show a8098222d481b2c4249e09cdf639427b237a1d8f index.htmlgit show HEAD-ugit pushgit push -u origin mastergit pushgit push origin masterloginmastergit merge loginwe must be on master branch if we want some other branch to merge on itgit branchgit branch -rgit branch -alogingit branch logingit branch --mergedlogingit branch -d loginlogingit branch -D login.gitignore*.txt
/docs
/dir/*.html