GitRoot

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.
10
11When your changes are ready to be reviewed, change the status from 'status: draft' to 'status: review'.
12
13---
14
15## Push 1 commit
16
17### hello (aaaa)
18
19- ++ [new_file.sh](../home/rmaneschi/projects/gitroot/app/plugins/grafter/new_file.sh)
20
21---
22
23## Push 2 commits
24
25### hello2 (bbbb)
26
27- 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)
29
30### hello3 (cccc)
31
32- +- [new_file2.sh](../home/rmaneschi/projects/gitroot/app/plugins/grafter/new_file2.sh)
33
34---
35
36Please review changes with:
37
38```shell
39git fetch origin test
40git checkout test
41git diff origin/HEAD..HEAD
42```
43
44Make 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.
45
46When then changes are ready to be merged, change the status from 'status: review' to 'status: merge'.
47
48---
49
50## Push 1 commit
51
52### hello4 (dddd)
53
54- +- [new_file2.sh](../home/rmaneschi/projects/gitroot/app/plugins/grafter/new_file2.sh)
55