Wednesday, 6 September 2023

Introduction To Git and GitHub


                                           Git and GitHub  -01 



Git is free and open source distributed version control system that's responsible for everything Github related that happens locally on your computer .This     Article cover the all the commands related to git and GitHub. 



        Installation and Guis :

                    with platform specific installers for git and github also provides the ease of staying up-to-date with latest releases of the command line tool while providing a graphical user interface for day-to-day interaction  ,review and repository Synchronization . 


GitHub For Windows: 

    https://windows.github.com


GitHub For Mac  :

https: //   mac.github.com 

for Linux and Solaris Platforms , The Latest release is available on the official Git Web Site. 


Git for All Platforms:

https://git-scm.com










For More References :  And Classes To Join ,In Low Fees 
Contact Me: 
M.N-7620790495 




        







                                                                          Next Article on These Topic Coming soon

                                                                          Thank You
    

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...