Code Monkey home page Code Monkey logo

git-command's Introduction

Git-command

Core:

  • git init
  • git clone
  • git add
  • git commit
  • git status
  • git diff
  • git checkout
  • git reset
  • git log
  • git show
  • git tag
  • git push
  • git pull

Branching:

  • git branch
  • git checkout -b
  • git merge
  • git rebase
  • git branch --set-upstream-to
  • git branch --unset-upstream
  • git cherry-pick

Merging:

  • git merge
  • git rebase

Stashing:

  • git stash
  • git stash pop
  • git stash list
  • git stash apply
  • git stash drop

Remotes:

  • git remote
  • git remote add
  • git remote remove
  • git fetch
  • git pull
  • git push
  • git clone --mirror

Configuration:

  • git config
  • git global config
  • git reset config

Plumbing:

  • git cat-file
  • git checkout-index
  • git commit-tree
  • git diff-tree
  • git for-each-ref
  • git hash-object
  • git ls-files
  • git ls-remote
  • git merge-tree
  • git read-tree
  • git rev-parse
  • git show-branch
  • git show-ref
  • git symbolic-ref
  • git tag --list
  • git update-ref

Porcelain:

  • git blame
  • git bisect
  • git checkout
  • git commit
  • git diff
  • git fetch
  • git grep
  • git log
  • git merge
  • git push
  • git rebase
  • git reset
  • git show
  • git tag

Alias:

  • git config --global alias.

Hook:

  • git config --local core.hooksPath

Experimental: (May not be fully Supported)

  • git annex
  • git am
  • git cherry-pick --upstream
  • git describe
  • git format-patch
  • git fsck
  • git gc
  • git help
  • git log --merges
  • git log --oneline
  • git log --pretty=
  • git log --short-commit
  • git log --stat
  • git log --topo-order
  • git merge-ours
  • git merge-recursive
  • git merge-subtree
  • git mergetool
  • git mktag
  • git mv
  • git patch-id
  • git p4
  • git prune
  • git pull --rebase
  • git push --mirror
  • git push --tags
  • git reflog
  • git replace
  • git reset --hard
  • git reset --mixed
  • git revert
  • git rm
  • git show-branch
  • git show-ref
  • git show-ref --heads
  • git show-ref --tags
  • git stash save
  • git subtree
  • git tag --delete
  • git tag --force
  • git tag --sign
  • git tag -f
  • git tag -l
  • git tag --verify
  • git unpack-file
  • git update-index
  • git verify-pack
  • git worktree

git-command's People

Contributors

rahul-singh-takuli56 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.