Git Memo

Search and copy a curated set of common Git commands.

Search Git commands

Matching commands


                        
                        
                    

When to use Git Memo

Common ways to use Git Memo during day-to-day Git work:

  • Find a command by keyword

    Type words such as `stash`, `branch`, `undo`, or `rebase` to narrow the memo instantly.

  • Copy a snippet into your terminal

    Review the matching output and copy the visible command list when you need a quick reminder.

  • Check risky commands before running them

    Use the help panel and FAQ as a quick reminder that some Git operations can rewrite history or discard work.

  • Share a command in docs or chat

    Copy the filtered results into tickets, notes, or chat when you need to show a teammate the exact command.

  • Recall commands on mobile

    Open the memo on a phone, search with a short keyword, and review the matching commands without opening a larger cheat sheet.

Frequently Asked Questions

Does this app run Git commands on my computer?
No. Git Memo only shows copy-ready command snippets. It does not execute Git and it does not connect to your repositories.
Is my input sent to a server?
No. Your search text is processed locally in your browser. AppDoesIt may still load shared page assets and browser-stored preferences, and clipboard access happens only when you click Paste or Copy.
Why donโ€™t I see any results for my search?
Try a broader keyword such as `branch`, `log`, `diff`, `stash`, or `undo`. Clear the input to view the full list again.
Are these commands safe to run?
Some Git commands can rewrite history or discard work. Use the help panel as a reminder to review destructive operations carefully before running them.
Can I customize or save my own commands?
Not in this version. Git Memo focuses on a curated, minimal set of common commands for fast lookup.