This Blog Are Share Computer Related Tutorials & Online Courses For Education Purpose.

Breaking

Thursday, July 27, 2017

How to Get Started with Git and Github | The Basics of Git and GitHub By ProgrammingKnowledge



How to Get Started with Git and Github | The Basics of Git and GitHub By ProgrammingKnowledge.

How to Set Up Git:
  • git config --global user.name "Your Name"
  • git config --global user.email "youremail@domain.com"

Other Commands.
  • git clone (url)
  • git add (file names)
  • git commit -m "(committed message)
  • git push -u origin master
  • git remote add origin master (url)

SHARE BY GK
Computer Knowledge

1 comment:

  1. Nice blog!! Thanks for sharing it, it’s really helpful. I know the best blog where you can learn about basics of git and github, here, we have explained about the basics terminologies of git that will help all the GitHub learners.

    ReplyDelete