Step-by-step video teaches you how to Push your project to a Remote Repository on GitHub!
git commands used in this video:
- git remote add origin https://github.com/XXXX/XXXX.git
- git log --oneline
- git status
- git branch
- git push origin [branch name]
- git clone [link to remote repository]
- git add .
- git commit -m "Commit Description"
How to install Git Bash: https://www.youtube.com/watch?v=qdwWe9COT9k
Support the Channel:
1) Subscribe: https://www.becomingads.com/o/youtube
2) DataCamp: https://www.becomingads.com/o/datacamp
3) Udacity: https://www.becomingads.com/o/udacity
Download
0 formats
No download links available.
Beginner Git and GitHub #8 - Create and Push to a Remote Repository on GitHub | NatokHD