viptool / Reference Tables / Git Command Reference
Reference Tables

Git Command Reference

Common setup, inspection, branching, synchronization, and history commands.

ValueNameDescription
git initInitializeCreate a new repository.
git clone <url>CloneCopy an existing repository.
git statusStatusShow working-tree status.
git diffDiffShow unstaged changes.
git diff --stagedStaged diffShow staged changes.
git add <path>StageStage selected changes.
git commit -m "message"CommitCreate a commit.
git log --oneline --graphHistoryShow compact graphical history.
git switch <branch>SwitchSwitch branches.
git switch -c <branch>New branchCreate and switch to a branch.
git merge <branch>MergeMerge another branch.
git rebase <branch>RebaseReplay commits on another base.
git fetch --all --pruneFetchUpdate remote refs and remove stale ones.
git pull --ff-onlyPullFetch and fast-forward only.
git push -u origin <branch>PushPush and set the upstream branch.
git restore <path>RestoreRestore working-tree files.
git stash push -m "message"StashTemporarily store changes.
git tag <name>TagCreate a lightweight tag.

Source: Git documentationReviewed: 2026-07-11

How to use Git Command Reference

  1. Enter or select the data you want to process above.
  2. Select “Search” to run the tool.
  3. Review the result, then copy it or adjust the input and run again.

Git Command Reference FAQ

Does this tool store my data?

The primary operation runs in your browser. Viptool does not upload or store the content you enter.

Why can the result differ from another website?

Results depend on the input format, calculation rules, and data update time. For live information, check the provider and timestamp shown with the result.