Skip to content

Commit 8c00601

Browse files
b0yfriendVahid Panjganj
authored andcommitted
Fix typo: "as follow" to "as follows" (elsewhencode#102)
1 parent 3ecb3d2 commit 8c00601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ There are a set of rules to keep in mind:
8080
8181
<a name="git-workflow"></a>
8282
### 1.2 Git workflow
83-
Because of most of the reasons above, we use [Feature-branch-workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow) with [Interactive Rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing#the-golden-rule-of-rebasing) and some elements of [Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow) (naming and having a develop branch). The main steps are as follow:
83+
Because of most of the reasons above, we use [Feature-branch-workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow) with [Interactive Rebasing](https://www.atlassian.com/git/tutorials/merging-vs-rebasing#the-golden-rule-of-rebasing) and some elements of [Gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow) (naming and having a develop branch). The main steps are as follows:
8484

8585
* For a new project, initialize a git repository in the project directory. __For subsequent features/changes this step should be ignored__.
8686
```sh

0 commit comments

Comments
 (0)