Skip to content

rrocheec/git-educated-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Git Educated with diversIT

test

This repository is for the live demonstration within the "Git Educated with diversIT" workshop to demonstrate collaboration with Git.

Instructions

Fork this repository.

Screenshot of fork

Clone the forked repository.

$ git clone https://github.com/<username>/git-educated-demo.git

Add an upstream remote.

$ git remote add upstream https://github.com/faishasj/git-educated-demo.git

Fetch changes from the upstream.

$ git fetch upstream <branch>

Create and checkout a new branch.

$ git checkout -b <branch>

Add your name under the correct date in attendees.

Commit and push changes to the origin remote.

$ git commit -m “<message>”
$ git push origin <branch>

Submit a pull request.

Screenshot of pull request

Attendees

Wednesday, 3rd April 2019

About

A repository for live demonstration purposes to teach Git for collaboration in the Git Educated workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published