Skip to content

A repository for live demonstration purposes to teach Git for collaboration in the Git Educated workshop. πŸŽ“

Notifications You must be signed in to change notification settings

Frank-P-Lu/git-educated-demo

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Git Educated with diversIT

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

Faisha Surjatin

Nicholas Whittaker (@nchlswhttkr)

Kolya Haisken-De New

Phillip Sgardelis

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