File tree
Expand file treeCollapse file tree1 file changed
+4
-4
lines changed Expand file treeCollapse file tree1 file changed
+4
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -36,7 +36,7 @@ git status
|
36 | 36 | git add .
|
37 | 37 |
|
38 | 38 | # commit the tracked files of the staging area
|
39 |
| -git commit -m "commit msg" |
| 39 | +git commit -m "commit-msg" |
40 | 40 |
|
41 | 41 | # push all the changes to the
|
42 | 42 | git push -u origin master
|
@@ -92,7 +92,7 @@ git fetch upstream
|
92 | 92 | # STEP #4: merging the new changes from the original repo to your forked local repo
|
93 | 93 | git merge upstream/master
|
94 | 94 |
|
95 |
| -# STEP #5: pushing the new changes of forked local repo to the |
| 95 | +# STEP #5: pushing the new changes of the forked local repo to the |
96 | 96 | git push origin master
|
97 | 97 |
|
98 | 98 | ```
|
@@ -103,7 +103,7 @@ git push origin master
|
103 | 103 |
|
104 | 104 | ## Workflows
|
105 | 105 |
|
106 |
| -Open your `.zshrc` or `.bashrc` file. It is located in your root directory. Paste the following shell code there. |
| 106 | +Open your `.zshrc` or `.bashrc` file. It is located in your root directory. Paste the following shellcode there. |
107 | 107 |
|
108 | 108 | ```sh
|
109 | 109 |
|
@@ -176,7 +176,7 @@ gc [branch_name]
|
176 | 176 | gbp [branch_name]
|
177 | 177 |
|
178 | 178 | # To add, commit and push changes to the
|
179 |
| -gacp "commit msg" |
| 179 | +gacp "commit-msg" |
180 | 180 |
|
181 | 181 | ```
|
182 | 182 |
|
|
You can’t perform that action at this time.
0 commit comments