Posts

Showing posts from April, 2022

Blockchain

Image
  The link between two block is the hash 

Open Source Contribution

 1) First we have to go to the github account and fork it  fork will create a copy of the project and save to our local system  2)Pull request :- after changing the code in our local system we have to request the project owner with the  help of pull request  3)Readme file will give the overview of the project what tech stack, and which area they work. 4)watch:- it is like a notification when any changes happen in the project it will notify us. 5)Star :- it is like bookmark for github. How to pull project from github in vs code   steps :- go to github and goto setting button open command palet and search git clone and then past the url. 1)after that change in the file and after that type git status in terminal  2)git add file name  (Biplav.md) 3)git commit -m "Biplav added" 4)git push 5)Then go to the github and check that file is added or not  6)after file added go and create new pull request  7) give some name and create pull request then check the other person profile that