Forrest logo
back to context overview

git-cola

List of commands for git-cola:

  • git-cola:tldr:04464 git-cola: Start git cola in amend mode.
    $ git cola --amend
    try on your machine
    explain this command
  • git-cola:tldr:472fd git-cola: Start git cola.
    $ git cola
    try on your machine
    explain this command
  • git-cola:tldr:61935 git-cola: Apply the path filter to the status widget.
    $ git cola --status-filter ${filter}
    try on your machine
    explain this command
  • git-cola:tldr:9da81 git-cola: Open the Git repository at mentioned path.
    $ git cola --repo ${path-to-git-repository}
    try on your machine
    explain this command
  • git-cola:tldr:a9e7e git-cola: Prompt for a Git repository. Defaults to the current directory.
    $ git cola --prompt
    try on your machine
    explain this command
back to context overview