Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 506 Bytes

working-with-github-and-git

Follow the git workflow specified, and create a pull request to this repository.

Steps

  • Add a file of a program you wrote yourself, in any language in this repository.

  • To the CONTRIBUTERS.md file, add your name and the filename of the code you added. In this format :

        Swapnil Sahu, B118061 - <filename.extension>
  • Using the workflow we told you about, make a pull request to the main repository.

  • Wait for your code to be merged.