Git Command Assistant
Quickly generate the right Git commands for your workflow.
I want to...
Start a new repository (init)
Clone a repository
Check status of files
Add & Commit changes
Push to remote
Pull latest changes
Create & Switch to new branch
Delete a branch
Merge branch into current
Undo last commit (Keep changes)
Undo last commit (Destroy changes)
Discard local file changes
View pretty history log
Stash changes (Save for later)
Apply stashed changes
Run this command:
Copy
Initialize a new git repository in current folder.