Version Control
19 commands in this category.
DISTRIBUTION:
delta
Git diff viewer with syntax highlighting.
git
Distributed version control system.
git add
Add files to the staging area.
git branch
Manage branches.
git checkout
Switch branch or restore files.
git clone
Clone a repository.
git commit
Create a commit.
git config
Configure Git.
git diff
Show differences.
git init
Initialize a new Git repository.
git log
Show commit history.
git merge
Merge Branches.
git pull
Pull changes from remote.
git push
Push commits to the remote repository.
git rebase
Rebase Commits.
git remote
Manage remote repositories.
git stash
Save uncommitted changes.
git status
Show status of the working directory.
lazygit
TUI for git.