- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How to upload project to github || git bash
upload project to github
before performing below 6 commands add your credentials to gitbash
example:
command 1 : git config --global user.email "put your github email here"
command 2: git config --global user.name "enter name here"
then execute below commands for uploading your project
Commands which i have used
1. git init
2. git add .
3 git commit -m "first-commit-msg"
4. git remote add origin https://github.com/Prateek447/myCodeBook.git
5. git branch -M main
6. git push -u origin main
Видео How to upload project to github || git bash канала myCodeBook
before performing below 6 commands add your credentials to gitbash
example:
command 1 : git config --global user.email "put your github email here"
command 2: git config --global user.name "enter name here"
then execute below commands for uploading your project
Commands which i have used
1. git init
2. git add .
3 git commit -m "first-commit-msg"
4. git remote add origin https://github.com/Prateek447/myCodeBook.git
5. git branch -M main
6. git push -u origin main
Видео How to upload project to github || git bash канала myCodeBook
how to upload source code to github how to upload files to github from windows upload project github commit and push code to github using git bash commit code to github using git bash push code to gihub using git bash upload file to github terminal how to add files to github with the terminal upload folder to github website upload file to github command line upload folder to github upload file to githum repository how to push to github add folder to github
Комментарии отсутствуют
Информация о видео
3 января 2022 г. 17:16:09
00:08:26
Другие видео канала




















