06 Task Performance APP DEV ESCALERA
06 Task Performance APP DEV ESCALERA
BSIT 3.1 A
06 Task Performance 1
Instructions
GitHub is a code hosting platform for version control and collaboration. Follow the steps below
to create a pull request, a popular way to create and review code.
This study source was downloaded by 100000886485644 from CourseHero.com on 05-28-2024 00:53:28 GMT -05:00
https://www.coursehero.com/file/186469575/06-Task-Performance-APP-DEV-ESCALERAdocx/
I. Creating a Repository
1. In the upper-right corner of your page, click on the drop-down menu, and select New
repository. A repository is usually used to organize a single project.
2. In the Repository name box, enter app-dev.
3. In the Description box, write My first repository.
4. Set your repository as Public.
5. Tick the Add a README file checkbox. A README file is a file with information about
your project.
6. Click Create repository.
This study source was downloaded by 100000886485644 from CourseHero.com on 05-28-2024 00:53:28 GMT -05:00
https://www.coursehero.com/file/186469575/06-Task-Performance-APP-DEV-ESCALERAdocx/
II. Creating a Branch
1. Under the Code tab of your app-dev repository, click the drop-down at the top of the file
list that says main.
2. Create a branch named readme-edits. Branching lets you have different versions of a
repository at one time.
3. Click Create branch: readme-edits from main. You can use branches to experiment and
make edits before committing them to main.
4. Under the readme-edits branch you created, click the README.md file.
5. Click the pencil icon to edit the file.
6. In the editor, write some information about your favorite series/movie using different
Markdown elements. See syntax here: Markdown Cheat Sheet | Markdown Guide
7. In the Commit changes box, write a commit message that describes your changes.
Ex. Add info about favorite series
8. Click Commit changes.
This study source was downloaded by 100000886485644 from CourseHero.com on 05-28-2024 00:53:28 GMT -05:00
https://www.coursehero.com/file/186469575/06-Task-Performance-APP-DEV-ESCALERAdocx/
1. Now that you have changes in your main's branch, you can open a pull request. It allows
you to propose your changes and request review from someone.
2. Under the Pull requests tab of your app-dev repository, click New pull requests.
3. In the Example Comparisons box, select the branch you made, readme-edits. You can
now see its difference from main.
4. Click Create pull request.
5. In the description box, mention/type @sti-admin.
6. Click Create pull request.
This study source was downloaded by 100000886485644 from CourseHero.com on 05-28-2024 00:53:28 GMT -05:00
https://www.coursehero.com/file/186469575/06-Task-Performance-APP-DEV-ESCALERAdocx/
Powered by TCPDF (www.tcpdf.org)