Skip to content

Introduction to Git workshop demo repository.

License

Notifications You must be signed in to change notification settings

forbug/Git-Workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Git-Workshop

Introduction to Git Workshop demo repository.

Tasks

  • Fork this repository

  • Clone your fork of the repository to your local machine.

  • Add an upstream remote to this repository using the git remote add ... command

  • Add a new file in the developers/ directory. The filename should be YOUR_GITHUB_USERNAME.md

  • Track the file using the git add command

  • Commit your changes using the git commit command

  • Push your changes to your fork (the origin remote) on GitHub

  • Open a Pull Request to rcos/Git-Workshop with your additions

  • Ask a mentor to review your PR - the workshop is complete once your changes have been merged.

About

Introduction to Git workshop demo repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published