Changes between Version 4 and Version 5 of Csle2022/Agenda/githubadministration


Ignore:
Timestamp:
Nov 12, 2022, 9:02:12 PM (2 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/githubadministration

    v4 v5  
    164164=== Create a pull request ===
    165165
     1661.On GitHub.com, navigate to the main page of the repository.
     167
     1682.In the "Branch" menu, choose the branch that contains your commits.
     169
     170[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/branch-dropdown-2.png, 600)]]
     171
     1723.Above the list of files, click  Pull request.
     173
     174[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/pull-request-start-review-button.png, 600)]]
     175
     1764.Use the base branch dropdown menu to select the branch you'd like to merge your changes into, then use the compare branch drop-down menu to choose the topic branch you made your changes in.
     177
     178[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/choose-base-and-compare-branches.png, 600)]]
     179
     1805. Type a title and description for your pull request.
     181
     182[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/pullrequest-description.png, 600)]]
     183
     1846.To create a pull request that is ready for review, click Create Pull Request. To create a draft pull request, use the drop-down and select Create Draft Pull Request, then click Draft Pull Request.
     185
     186[[Image(https://ws.learn.ac.lk/raw-attachment/wiki/Csle2022/Agenda/githubadministration/pullrequest-send.png, 600)]]
     187
     188
     189
    166190=== Merge a pull request ===
    167191
     
    174198`git clone /path/to/project-repository`
    175199
    176 
    177 
    178 
    179 
     200Reference - Github docs
     201
     202
     203