TLDR
Enter a command. For example: rubocop, calc, dumpcap, glab alias.

git repl

 
Git REPL (read-evaluate-print-loop) - an interactive Git shell. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-repl.
 
  • Start an interactive Git shell:
     
    git repl
     
  • Run a Git command while in the interactive Git shell:
     
    {{git_subcommand}} {{command_arguments}}
     
  • Run an external (non-Git) command while in the interactive Git shell:
     
    !{{command}} {{command_arguments}}
     
  • Exit the interactive Git shell (or press Ctrl + D):
     
    exit

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.