Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alexis #2

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Replace not-stirred with rept-org
  • Loading branch information
gideonshaked committed Sep 20, 2021
commit d58130134baf1bff02eb40fc3ca7f70b6e7cf9bd
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ It's just an example of the basic Git workflow described in [What is a Git Repos

1. Fork the repository

Go to this repository's [home page](https://github.com/not-stirred/learn-git) and on the upper right corner click `Fork`.
Go to this repository's [home page](https://github.com/rept-org/learn-git) and on the upper right corner click `Fork`.

2. Clone the repository

Expand Down Expand Up @@ -282,7 +282,7 @@ It's just an example of the basic Git workflow described in [What is a Git Repos

7. Create a pull request

Now you have your own version of the learn-git repository, but you need to merge your changes from the head repository (your fork) to the base repository (not-stirred/learn-git). GitHub Desktop has a handy way to do this by just clicking `Create Pull Request`. Once you do so it will take you to the GitHub website, where you can title, describe, and file your PR.
Now you have your own version of the learn-git repository, but you need to merge your changes from the head repository (your fork) to the base repository ([rept-org/learn-git](https://github.com/rept-org/learn-git)). GitHub Desktop has a handy way to do this by just clicking `Create Pull Request`. Once you do so it will take you to the GitHub website, where you can title, describe, and file your PR.

---

Expand Down