-
How can I setup the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I have made the changes. Kindly, let me know if any further changes are required |
Beta Was this translation helpful? Give feedback.
-
Hello, Actually I have recently started open source contributions and currently learning for the same. Could you help me with suggesting some more beginner-friendly projects to contribute for in this project ?? |
Beta Was this translation helpful? Give feedback.
-
Setting Up the repository
git clone [email protected]:YourGitUsername/bugbug.git
git remote add upstream [email protected]:mozilla/bugbug.git
origin https://github.com/YourGitUsername/bugbug.git (fetch) origin https://github.com/YourGitUsername/bugbug.git (push) upstream https://github.com/mozilla/bugbug.git (fetch) upstream https://github.com/mozilla/bugbug.git (push)
|
Beta Was this translation helpful? Give feedback.
Setting Up the repository
Create a fork of the project by clicking the
Fork
button near the top of the page.This will create a personal copy of the repository on your Github account.Clone the forked repository from your GitHub account onto your machine:
README.md
git remote -v
to confirm the aliases for both the origin and remote repository are set and should display: