Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.09 KB

ML-Notebooks

Repository for pushing codes and notebooks related to Machine Learning.

To-do

  • Create your seperate folder with any name that you want.
  • You can use your folder to store notebooks, create sub-folders and manage it however you like.
  • You can use both Git Bash or Github website. ( Though bash terminal is recommended )

Working on your first Pull Request? You can learn from this video or this series

Steps to submit a Pull request.

  • Fork and the Clone your forked repository : $ git clone https://github.com/ADC-Club-AMU/Learning-Git.git
  • $ cd ML-Notebooks
  • Create your new branch : $ git checkout -b branch-name
  • Make changes in the files or add your files.
  • Add changes : $ git add .
  • Make a commit : $ git commit -m commit-message ( Commit message could be a short line description for your changes )
  • Push your changes : $ git push origin branch-name
  • Compare your changes and submit a Pull Request.