craft your forge, build your project, grow your community freely
1---
2target: dev
3status: review
4reviewers: []
5---
6 7# Want to merge test
8 9Please add description of your work here.
1011When your changes are ready to be reviewed, change the status from 'status: draft' to 'status: review'.
1213---
1415## Push 1 commit
1617### hello (aaaa)
1819- ++ [new_file.sh](../home/rmaneschi/projects/gitroot/app/plugins/grafter/new_file.sh)
2021---
2223## Push 2 commits
2425### hello2 (bbbb)
2627- new_file.sh -> [new_file2.sh](../home/rmaneschi/projects/gitroot/app/plugins/grafter/new_file2.sh)
28- +- [new_file2.sh](../home/rmaneschi/projects/gitroot/app/plugins/grafter/new_file2.sh)
2930### hello3 (cccc)
3132- +- [new_file2.sh](../home/rmaneschi/projects/gitroot/app/plugins/grafter/new_file2.sh)
3334---
3536Please review changes with:
3738```shell
39git fetch origin test40git checkout test41git diff origin/HEAD..HEAD
42```4344Make your changes about the code inside the code directly (remarks, questions can be made in the form of comments). General remarks on the why can be made here. When done commit and push directly on this branch. Graft plugin will make the diff and display it here.
4546When then changes are ready to be merged, change the status from 'status: review' to 'status: merge'.
4748---
4950## Push 1 commit
5152### hello4 (dddd)
5354- +- [new_file2.sh](../home/rmaneschi/projects/gitroot/app/plugins/grafter/new_file2.sh)
55