Skip to content

Commit 598db0b

Browse files
author
Felipe Torrezan
authored
Update README.md
- Added link to origin help
1 parent be3f1e2 commit 598db0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you end up with a question specifically related to [this tutorial](https://gi
1313
This tutorial provides a simple example with general guidelines on how to set up a CI (Continuous Integration) workflow with [IAR Build Tools for Linux][iar-bx-url] alongside [GitHub](https://github.com).
1414

1515
### GitHub
16-
At GitHub, a private project repository, called __origin__ in the Git jargon, starts with a __master__ branch containing the __production__ code.
16+
At GitHub, a private project repository, called [__origin__](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes) in the Git jargon, starts with a __master__ branch containing the __production__ code.
1717

1818
The repository also contains a "recipe" for the workflow under `.github/workflows`. The recipe is written in the __YAML__ format and can be customized. We provided one simple example as base, although the [official documentation][gh-yaml-doc-url] can help with further customizations.
1919

0 commit comments

Comments
 (0)