diff --git a/Git.txt b/Git.txt index d13aec4..60bfd04 100644 --- a/Git.txt +++ b/Git.txt @@ -6,4 +6,4 @@ git commit -m "what you did" git push - +Edit from Feature1 diff --git a/pull_request.txt b/pull_request.txt new file mode 100644 index 0000000..13bb582 --- /dev/null +++ b/pull_request.txt @@ -0,0 +1 @@ +Pull Req from from feature1 branch , all work finish diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..155444d --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +Hello from feature1