How to Install and Configure Git and GitHub on Windows
Basic Git command List –
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)
Searches related to how to install git on windows 10
how to install git on windows
how to use git on windows 8
github
setup git on…
For more Tutorial visit – https://goo.gl/bbvi0C
Thank you thank you thank you!
thank you soo much! You are the one!
Thank you so much realy helpful
Excellent tutorial!
Its really Helpful, saved lot of my time to search each piece of the content. Its clear and straight the points Good work. Thanks a lot
Thank you 😀
thanks a lot…u made my day bro.. subscribed.. liked 🙂
Thanks a lot for this easy tutorial. Before i thought its not my cup of tea. Now after successfully creating my repository i'm feeling very happy
Thank you it was a good one.
A great effort. Precise , concise and thorough.
Thanks a lot.
Subscribed.
Great video, pal!
You just won a fan with this clear, detailed and yet concise tutorial.
You are good.
Thank you.
while cloning… I am getting an error as " SSL certificate problem: unable to get local issuer certificate" … HOw to go further?
You rock man
Thank you great video
nice one thanku
Helpful though I could've used a brief explanation on what exactly a "push" and "commit" do. What's the logical difference.
Thank you. It is really helpfull.
what's the difference if w just upload our files from the website itself?
very nice
nice session
how to add or commit multiple files
Thank you
I'm having some problems after installing git bash on Windows 10 and choosing option “Use Git and optional Unix tools from the Windows Command Prompt”. It mess up the PATH I guess. Now I can't save for example in Brackets to the Desktop, also from Ps, Ai. Also now I can't create folder on Desktop from git. Can someone please help me with this, how can I fix this problem ?
Thank you very much sir. Very good tutorial.
Great video, thanks so much. BUT, I got this error:
ssh: connect to host github.com port 22: Connection refused
Where did I go wrong?