Git and Github
git init :- to initilise the commuit git status :- status check karna ka lia git add (then file name) :- git add sa hum file add karsakta haa git add file ka name ls :- check karna ka lia git add sa phela wo stage pe ata haa then we have git commit for committing git commit -m "initial commit" //git add file name ka bade git commit -m "initial commit" karna padta haa cmd + k / clear //clear karna ka lia git log :- Git log is a utility tool to review and read a history of everything that happens to a repository . git add . karna sa sari file staging area mae ajaying ge git log will show all commites git checkout 15ebcb8e1d62939377b5a2444ecd807e305a681e (has commit wala ) particular commit ko check karna ka lia git checkout master //pura wapas ajaya ga git branch // particular branch pe chala jaya ga branch ...