DevTools.run

Git Command Generator

Build Git commands visually. Select an operation, configure flags, and copy the generated command. Never forget a Git flag again.

Create a new commit with staged changes

Generated Command
git commit

Tips

  • Select an operation from the tabs above and configure options
  • The command updates in real-time as you toggle flags
  • Use reset --soft to undo a commit but keep changes staged
  • Use stash -u to include untracked files in your stash
  • Use log --oneline --graph --all for a nice history overview