Open bekicot opened 1 year ago
git bisect
git bisect bad
git bisect good
git bisect reset
git bisect start
git branch -vv
git branch -a -v
git branch -a -v --no-merged
git branch -d
git branch -D
git branch --set-upstream-to=origin/(__git.current_branch)
git checkout
git checkout develop
git checkout (__git.default_branch)
git checkout -b
git commit -v
git commit -v --amend
git commit -v --no-edit --amend
git commit -v -a
git commit -v -a --amend
git commit -v -a --no-edit --amend
git commit -v --no-verify
git commit -a -v --no-verify
git commit -a -v --no-verify --amend
git commit -m
git commit -a -m
git commit -S
git commit -S -a -m
git commit --fixup
git diff
git diff --cached
git diff --stat
git diff --stat --cached
git diff --word-diff
git diff --word-diff --cached
git difftool
view
git flow bugfix
git flow feature
git flow release
git flow hotfix
git flow support
git flow bugfix start
git flow feature start
git flow release start
git flow hotfix start
git flow support start
git flow bugfix track
git flow feature track
git flow release track
git flow hotfix track
git flow support track
git flow publish
git shortlog -sn
git log --stat
git log --graph
git log --graph --decorate --all
git log --oneline --decorate --color
git log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short
git log --oneline --decorate --color --graph
git log --oneline --decorate --color --graph --all
git log --oneline --decorate --color (__git.default_branch)..
git log --oneline --decorate --color develop..
git log
git whatchanged -p --abbrev-commit --pretty=medium
git pull
git pull origin (__git.current_branch)
git pull --rebase
git pull --rebase -v
git pull --rebase --autostash
git pull --rebase --autostash -v
git push
git push --force-with-lease
git push origin
git push --force-with-lease origin
git push --no-verify
git push --no-verify --force-with-lease
git push origin (__git.current_branch)
git push origin (__git.current_branch) --force-with-lease
git push origin (__git.current_branch) --set-upstream
git push origin --all; and git push origin --tags
git rebase
git rebase --abort
git rebase --continue
git rebase --interactive
git rebase (__git.default_branch)
git rebase (__git.default_branch) --interactive
git rebase (__git.default_branch) --interactive --autosquash
git fetch origin (__git.default_branch); and git rebase FETCH_HEAD
git fetch origin (__git.default_branch); and git rebase FETCH_HEAD --interactive
git fetch origin (__git.default_branch); and git rebase FETCH_HEAD --interactive --autosquash
git rebase develop
git rebase develop --interactive
git rebase develop --interactive --autosquash
git rebase --skip
git pull --rebase origin \(__git.current_branch\)
git remote -vv
git remote add
git remote rename
git remote prune origin
git remote remove
git remote set-url
git remote update
git remote -v
git stash
git stash drop
git stash list
git stash pop
git stash show --text
git tag -s
git tag \| sort -V
git add
git add --all
git add --update
git add --patch
git rm
git rm --cached
git restore
git restore --source
git restore --staged
git worktree
git worktree add
git worktree list
git worktree lock
git wortree remove
git worktree prune
git worktree unlock
gmr
git
git apply
git blame -b -w
git config --list
git clone
git clean -di
git clean -dfx
git reset --hard; and git clean -dfx
git cherry-pick
git cherry-pick --abort
git cherry-pick --continue
git update-index --assume-unchanged
git fetch
git fetch --all --prune
git fetch origin (__git.default_branch) --prune; and git merge FETCH_HEAD
git fetch origin
git merge
git mergetool --no-prompt
git merge origin/(__git.default_branch)
git revert
git reset HEAD
git reset HEAD --hard
git reset --patch
git show
git svn dcommit
git svn rebase
git status -s
git status
git submodule update
git submodule update --recursive
git submodule update --recursive --init
git switch
git switch --create
git update-index --no-assume-unchanged
MIT © James Hillyerd et al
jhillyerd/plugin-git
Usage
Bisect
git bisect
git bisect bad
git bisect good
git bisect reset
git bisect start
Branch
git branch -vv
git branch -a -v
git branch -a -v --no-merged
git branch -d
git branch -D
git branch --set-upstream-to=origin/(__git.current_branch)
Checkout
git checkout
git checkout develop
git checkout (__git.default_branch)
git checkout -b
Commit
git commit -v
git commit -v --amend
git commit -v --no-edit --amend
git commit -v -a
git commit -v -a --amend
git commit -v -a --no-edit --amend
git commit -v --no-verify
git commit -a -v --no-verify
git commit -a -v --no-verify --amend
git commit -m
git commit -a -m
git commit -S
git commit -S -a -m
git commit --fixup
Diff
git diff
git diff --cached
git diff --stat
git diff --stat --cached
git diff --word-diff
git diff --word-diff --cached
git difftool
git diff
toview
commandFlow
git flow bugfix
git flow feature
git flow release
git flow hotfix
git flow support
git flow bugfix start
git flow feature start
git flow release start
git flow hotfix start
git flow support start
git flow bugfix track
git flow feature track
git flow release track
git flow hotfix track
git flow support track
git flow publish
Log
git shortlog -sn
git log --stat
git log --graph
git log --graph --decorate --all
git log --oneline --decorate --color
git log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=short
git log --oneline --decorate --color --graph
git log --oneline --decorate --color --graph --all
git log --oneline --decorate --color (__git.default_branch)..
git log --oneline --decorate --color develop..
git log
at requested pretty levelgit whatchanged -p --abbrev-commit --pretty=medium
Push & Pull
git pull
git pull origin (__git.current_branch)
git pull --rebase
git pull --rebase -v
git pull --rebase --autostash
git pull --rebase --autostash -v
git pull --rebase
git push
git push --force-with-lease
git push origin
git push --force-with-lease origin
git push --no-verify
git push --no-verify --force-with-lease
git push origin (__git.current_branch)
git push origin (__git.current_branch) --force-with-lease
git push origin (__git.current_branch) --set-upstream
git push origin --all; and git push origin --tags
Rebase
git rebase
git rebase --abort
git rebase --continue
git rebase --interactive
git rebase (__git.default_branch)
git rebase (__git.default_branch) --interactive
git rebase (__git.default_branch) --interactive --autosquash
git fetch origin (__git.default_branch); and git rebase FETCH_HEAD
git fetch origin (__git.default_branch); and git rebase FETCH_HEAD --interactive
git fetch origin (__git.default_branch); and git rebase FETCH_HEAD --interactive --autosquash
git rebase develop
git rebase develop --interactive
git rebase develop --interactive --autosquash
git rebase --skip
git pull --rebase origin \(__git.current_branch\)
Remote
git remote -vv
git remote add
git remote rename
git remote prune origin
git remote remove
git remote set-url
git remote update
git remote -v
Stash & Work in Progress
git stash
git stash drop
git stash list
git stash pop
git stash show --text
Tags
git tag -s
git tag \| sort -V
Local Files
git add
git add --all
git add --update
git add --patch
git rm
git rm --cached
git restore
git restore --source
git restore --staged
Worktree
git worktree
git worktree add
git worktree list
git worktree lock
git wortree remove
git worktree prune
git worktree unlock
GitLab-specific push options
gmr
but set the merge request to merge when the pipeline succeedsEverything Else
git
git apply
git blame -b -w
git config --list
git clone
git clean -di
git clean -dfx
git reset --hard; and git clean -dfx
git cherry-pick
git cherry-pick --abort
git cherry-pick --continue
git update-index --assume-unchanged
git fetch
git fetch --all --prune
git fetch origin (__git.default_branch) --prune; and git merge FETCH_HEAD
git fetch origin
git merge
git mergetool --no-prompt
git merge origin/(__git.default_branch)
git revert
git reset HEAD
git reset HEAD --hard
git reset --patch
git show
git svn dcommit
git svn rebase
git status -s
git status
git submodule update
git submodule update --recursive
git submodule update --recursive --init
git switch
git switch --create
git update-index --no-assume-unchanged
License
MIT © James Hillyerd et al
jhillyerd/plugin-git