Difference between revisions of "Merging"

From Coder Merlin
(Created page with "== Research == [https://www.gnu.org/software/emacs/manual/html_node/emacs/Introduction-to-VC.html Introduction to Version Control] (Emacs) == Experiment == Note: '''You will...")
 
Line 3: Line 3:


== Experiment ==
== Experiment ==
Note: '''You will need to work with a partner for this lab.'''
Note: '''You will need to work with a partner for this lab.''' (We'll call the partners, ''Partner A'' and ''Partner B''.) '''Only Partner A''' should perform the following steps:
{| class="wikitable"
{| class="wikitable"
| Log on to GitHub
| Log on to GitHub
|  
|  
|-
|-
| Click on "New" next to "Repositories"
| Click on '''New''' next to "Repositories"
| [[File:GitHub-NewRepository.png|New Repository]]
| [[File:GitHub-NewRepository.png|New Repository]]
|-
|-
| On the next page, enter "TheStory" as the "Repository name"
| On the next page:
| [[File:GitHub-RepositoryName.png|Repository Name]]
# Enter "TheStory" as the '''Repository name'''
# Select '''Private'''
# Select '''Initialize this repository with a README'''
# Click on '''Create repository'''
| [[File:GitHub-CreateNewRepository.png|Create New Repository]]
|}
|}

Revision as of 00:29, 14 April 2019

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Research[edit]

Introduction to Version Control (Emacs)

Experiment[edit]

Note: You will need to work with a partner for this lab. (We'll call the partners, Partner A and Partner B.) Only Partner A should perform the following steps:

Log on to GitHub
Click on New next to "Repositories" New Repository
On the next page:
  1. Enter "TheStory" as the Repository name
  2. Select Private
  3. Select Initialize this repository with a README
  4. Click on Create repository
Create New Repository