Friday, 8 September 2023

How To Improve GitHub Profile and Add to The Readme.md

  

GitHub Profile : 

                            To maintaining Our GitHub Profile Is best to Showcase our GitHub Skills and Git and Github are to separate Words . 

 We Will Learn These Following Topics In Github : 

  • Git Readme.md (file)
  • Git Initialization 
  • Git Pull Request 
  • Git Fork 
  • Git Clone 
  • Git Merge 



In Developing Career Side of View Git And Github Is Very Important . 




                                                                                                                                                Thanks 


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
    

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