to make changes to this:
- fork this repository
- go to your own github profile: github.com/username
- go to repositories section
- open this repository
- navigate to the desired folder using "cd command" (contact me for details)
- open git bash and write: git clone repository url(copy-paste it from the url bar)
- now start working on it
#how to make changes to this
After cloning the repo, go to the folder, using git bash/whatever. type: git checkout -b BranchName
now make all the changes in the new branch
then do the usual git add, git commit etc and after that, type: git push origin BranchName
After this is done, read the msg displayed on the terminal. Follow the link and create a pull request (pull requests gui se hi bnte h)
Why we need branches and some more commands are included in description.txt