Tuesday, 7 December 2021

What is Github and How we can use it with basic commands ? #Linux #Github #Devops

 


What is Github and How we can use it 

1. GitHub is one of the world’s largest community of developers.

2. GitHub has a number of useful features that enable development teams to         work together on the same project 

3. Easily create new versions of software without disrupting the current                    versions.

Benefit

 This allows you to work on code with anyone from anywhere. Additionally,         many employers use GitHub.

#git branch  // it will give current working branch name .
#git checkout branch_name //it will switch the existing branch name .
#git checkout -b branch_name // it will create new branch which will be parallel to parent branch .
#make you required changes in particular file for e.g. xyz.c .
git add xyz.c
git commit -m "commit_msg"
 git push origin branch_name // it will push your changes into github so that you can raise pull request .


Among the following the compound that do not containing P-P overlapping is ? #ChemicalBonding #Chemistry #Class12th #12 #11 #CBSE #IIT_JEE

  Among the following the compound that do not containing P-P overlapping is ? a) H2 b) BeCl2 c) F2 d) HF Solution :-  For p-p overlap both ...