Browse Source

docs(git) update readme

pull/2516/head
miguel 1 month ago committed by MSilva95
parent
commit
da8dc10764
  1. 2
      subjects/git/README.md

2
subjects/git/README.md

@ -263,7 +263,7 @@ This is the Hello World example from the git project.
echo "What's your name"
read my_name
echo "Hello, $my_name!"
echo "Hello, $my_name"
```
- **Merging Main into Greet Branch (Conflict)**:

Loading…
Cancel
Save