Git And Github
- Git is a Free and open
- version control system
- speed and efficiency
Git hub
- GitHub is the best place to share code with friends
Github is a website and cloud-based service that helps developers store and manage their codes.
git commnds
- git int
- git add
- git status
- git commit -m " your message"
- git remote add origin "https...... github address"
- git remote -v
- git push -u origin master
- git remote remove origin
No comments:
Post a Comment