File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ We love your input! We want to make contributing to this project as easy and tra
27
27
- Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
28
28
29
29
` ` ` sh
30
- git pull upstream master
30
+ git pull upstream dev
31
31
` ` `
32
32
33
33
- Create your feature branch
@@ -36,10 +36,16 @@ We love your input! We want to make contributing to this project as easy and tra
36
36
git checkout -b < feature-name>
37
37
` ` `
38
38
39
+ - Include the changes you have made for commits
40
+
41
+ ` ` ` sh
42
+ git add < name-of-file>
43
+ ` ` `
44
+
39
45
- Commit all the changes
40
46
41
47
` ` ` sh
42
- git commit -am " Meaningful commit message"
48
+ git commit -m " Meaningful commit message"
43
49
` ` `
44
50
45
51
- Push the changes for review
You can’t perform that action at this time.
0 commit comments