/working-with-github-and-git

A repository for the session on Jan 7, 2020, where juniors will make a pull request to practice working with open-source

Primary LanguageBrainfuck

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.