Feature
$ touch export_pdf.c
$ git add export_pdf.c
$ git commit -m "export pdf"
[feature/export_as_pdf bfae7f3] export pdf
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 export_pdf.c
$ git flow feature finish export_as_pdf
Switched to branch 'develop'
Updating cee6458..bfae7f3
Fast-forward
export_pdf.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 export_pdf.c
Deleted branch feature/export_as_pdf (was bfae7f3).
Summary of actions:
- The feature branch 'feature/export_as_pdf' was merged into 'develop'
- Feature branch 'feature/export_as_pdf' has been locally deleted
- You are now on branch 'develop'