git-bug, git-cola, gitlint: add page (#6444)

This commit is contained in:
JaiJoshi123
2021-09-04 04:11:14 +05:30
committed by GitHub
parent 96306c0c94
commit ac40409bbe
3 changed files with 85 additions and 0 deletions

24
pages/common/git-cola.md Normal file
View File

@@ -0,0 +1,24 @@
# git cola
> A powerful Git GUI with a slick and intuitive user interface.
> More information: <https://git-cola.readthedocs.io/en/latest/>.
- Start git cola:
`git cola`
- Start git cola in amend mode:
`git cola --amend`
- Prompt for a Git repository. Defaults to the current directory:
`git cola --prompt`
- Open the Git repository at mentioned path:
`git cola --repo {{path/to/git-repository}}`
- Apply the path filter to the status widget:
`git cola --status-filter {{filter}}`