Thursday, 4 January 2024

GitHub Most Imp Command For Every Developer Learn:

 Top Command for GitHub: 

1) git clone
2) git init and git status  
3) git add file name 
or git add . 
4) git commit -m message 
5) git remote add origin 
6) git remote status 
7) git push origin main



1) Git clone :  

    These command work to remote repo code to local code . 

 command: git clone <and paste the https:// github link .. want to code in locally.

Start the github Repository by using the GitHub Command: git init 

2)git init :  

     These command work like to start the repo and give that name .. etc 
later next command is .. 

 command : git init 
and generate the one json file. 



         later ..... 


No comments:

Post a Comment

GitHub Most Imp Command For Every Developer Learn:

 Top Command for GitHub:  1) git clone 2) git init and git status   3) git add file name  or git add .  4) git commit -m message  5) git rem...