Skip to content

Setting up the BugBug repository #3338

Answered by jpangas
jpangas asked this question in Q&A
Discussion options

You must be logged in to vote

Setting Up the repository

  1. 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.

  2. Clone the forked repository from your GitHub account onto your machine:

git clone [email protected]:YourGitUsername/bugbug.git
  1. Add the upstream remote repository. This will save a reference which can be used to synchronize changes later.
git remote add upstream [email protected]:mozilla/bugbug.git
  1. Run the command git remote -v to confirm the aliases for both the origin and remote repository are set and should display:
origin  https://github.com/…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@jpangas
Comment options

@srishtig2412
Comment options

Comment options

You must be logged in to vote
2 replies
@jpangas
Comment options

@jpangas
Comment options

Comment options

You must be logged in to vote
1 reply
@fadebowaley
Comment options

Answer selected by jpangas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants