Site menu

CodeCook.io

  • Languages
    • C
    • C++
    • CSS
    • Git
    • HTML
    • Java
    • JavaScript
    • jQuery
    • PHP
    • Python
    • Ruby
    • Scala

Git - recipes

  • {{ item.name }}
  • Add empty directory to git repository
  • Add file to repository
  • Ammend message unpublished commit
  • Change git remote tracking branch
  • Check if specific commit is on remote
  • Compare two branches
  • Create git tag
  • Create local branch
  • Create new repository
  • Delete local branch
  • Discard uncommitted file changes
  • Drop all git stash entries
  • Get all remote branches
  • Get git remote branch
  • Git commit changes
  • Git list tags that contain commit
  • List all git stash entries
  • List branches on machine
  • List branches that contain specific commit
  • List existing tags
  • List files with merge conflict
  • Merge branch into current branch
  • Overwrite local file changes on pull
  • Push changes to remote
  • Remove local branch
  • Remove remote branch
  • Rename git branch locally
  • Resolve merge conflict with local file
  • Resolve merge conflict with remote file
  • Rollback local commit
  • Show changes of about to commit files.
  • Show changes since laste commit
  • Show working tree status
  • Stash apply by label
  • Stash changes and add stash name
  • Undo git add
  • Undo git merge that is local only
  • Undo git reset hard
  • Undo published commit
  • Upload local branch to remote
Git logo

Git

Git is a distributed revision control and source code management (SCM) system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. Git was initially designed and developed by Linus Torvalds for Linux kernel development in 2005, and has since become the most widely adopted version control system for software development. -wikipedia.org

  • Blog
  • About
  • License