# Self-review: Create a repository with forking

1. **In git, the default branch of a repo is called the \_\_\_\_\_\_\_\_\_\_\_\_.**
    
    * <mark>Main Branch</mark>
        
    * Primary Branch
        
    * Super Branch
        
    * Secondary Branch
        
2. **What is the request to merge forked changes called?**
    
    * <mark>Pull Request</mark>
        
    * Code Request
        
    * Push Request
        
3. **When you clone a forked repository, what does origin refer to?**
    
    * The original repository
        
    * <mark>The forked repository</mark>
        
    * Another developer’s repository
