How to Get Started with Git and Github | The Basics of Git and GitHub By ProgrammingKnowledge.
- 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
Computer Knowledge
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