... | @@ -13,7 +13,8 @@ Now you can make your changes locally. |
... | @@ -13,7 +13,8 @@ Now you can make your changes locally. |
|
|
|
|
|
5. Commit your changes and push your branch to the repo:
|
|
5. Commit your changes and push your branch to the repo:
|
|
|
|
|
|
`$ git add .
|
|
`
|
|
|
|
$ git add .
|
|
$ git commit -m "Your detailed description of your changes."
|
|
$ git commit -m "Your detailed description of your changes."
|
|
$ git push origin name-of-your-bugfix-or-feature`
|
|
$ git push origin name-of-your-bugfix-or-feature`
|
|
|
|
|
... | | ... | |