Skip to content

masm9/playground2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

GitHub workshop playground repository

This repository is meant to introduce the students on how to work collaboratively with other people on GitHub.

Instructions for assignment 1

  1. Fork this repository
  2. Clone your forked repository
  3. Enter the directory with cd playground
  4. Create a new branch with git checkout -b mybranch
  5. Add a new file with your name in the assignment 1 folder
  6. Type your name in the file
  7. Commit your changes with git add assignment1/filename and git commit -m "added my name message", change the message accordingly
  8. Push your changes to your forked repository with git push -u origin mybranch. The -u creates the branch in the forked repository if it doesn't exist
  9. Create a Pull Request to the original repository

About

A testing thing for git-hub

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors