Consider the following diagram:

Go through the following set of tasks:
- Add the required remote
brg repo to connect to BRG repo (https://github.com/brgcy/git-gh-course)
- Fetch the
brg remote changes.
- Create the
brg-branch locally tracking the brg-branch branch of brg remote repo.
- MAIN TASK : Create a file in the format
<your_nick_name>.txt having your full name inside it. See example brg.txt.
- Add the file and commit as
Added <your_nick_name> file
- Push the branch to your origin repo
- Create the Pull Request from the
brg-branch to main branch of original repo (upstream)