Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Add man page entry for git change clean #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add man page entry for git change clean
Change-Id: Ic8ec69666bb72454623888b9f48cc6c82a74ef30
  • Loading branch information
Abhijeet Kumar committed May 19, 2015
commit f1880d2c4263bfcf010e9b116b4d28369b38ff44
5 changes: 5 additions & 0 deletions git-change.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ SYNOPSIS
| `git change` list
| `git change` submit
| `git change` gc
| `git change` clean
| `git change` print [<print-options>]


Expand Down Expand Up @@ -108,6 +109,10 @@ gc

Remove temporary change branches which are fully merged.

clean

Remove all temporary change branches (unmerged branches included).

print [-r|--reviewers=] [--cc=] [-b|--bug=]

Print the command to push a change to Gerrit. This can be useful
Expand Down