Answers for "what is github"

20

what is github

GitHub, Inc. is a United States-based global company that provides hosting
for software development version control using Git. In 2018, it became a
subsidiary of Microsoft for US$7.5 billion.

It offers the distributed version control and source code management
functionality of Git, plus its own features.
Posted by: Guest on June-16-2020
3

what is github

in easy language:- 
1) here you can save your projects with commits and branches
(in more easy language you can call them a checkpoint 
in case you messed up your project you can start again with any of your
previous saved checkpoint(s))
2) many peoples can work in a same project without interfering in each others code
other special functionality of github:-
1) you can host your temp. site here
2) you can use private repo
3) find many open source projects
4) ask anybody for help to your project
and many much more

https://github.com/Tushargupta9800    you can follow me here Thanks
Posted by: Guest on June-24-2021
3

github

GitHub, Inc. is a United States-based global company that provides hosting for software development and version control using Git.
Posted by: Guest on July-06-2020
0

github

I still love you, BitBucket
Posted by: Guest on March-27-2021
4

github

echo "# practice" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/shlee87/practice.git
git push -u origin master
Posted by: Guest on June-07-2020
1

github

adding git remote origin
Posted by: Guest on June-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language