ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

How to upload files to github from Git Bash on Windows from scratch

how to upload files to github from windows

git create remote repository

upload file to github command line

upload folder to github

how to upload files to github from windows using git bash

upload folder to github website

add folder to github

how to push to github

git push example

git push master upload file to github web interface

upload file to github terminal

upload file to githum repository

how to upload source code to github

upload github project

Автор: Amarindaz

Загружено: 2018-03-24

Просмотров: 370640

Описание: Title: How to upload files to GitHub from Git Bash on Windows [from scratch]
Write code like a Pro with AI-Powered code assistant plugin 👉 https://bit.ly/get-kite
Description:
In this video, we are going to learn how to upload files(source code) from windows to Github with Git Bash.

Pre-requisite:
1)Github account(To sign Up https://github.com/)
2)Gitbash installed on your machine (To install git bash https://git-scm.com/downloads)

Install git bash on your machine and launch it.

Go to https://github.com/ and create a Repository. Copy the repository link and save it to your notepad.

Below are the commands we are going to use to upload files to GitHub with Git Bash

ls
cd
git init
git remote add origin [gitLink]
git remote -v
git add .
git commit -m "First commit"
git push origin master

ls- List all the files in the current directory

If your source code is in the different directory, you need to change the directory on git bash with command cd followed by directory or path.

cd - To change the directory

git init- This command initializes the git in the given path. You can see the .git hidden files after this command gets executed.

git remote add origin [gitLink]- gitLink denote the place where your code is stored in the remote repository

git add .- Add all the files in the local directory to the remote repository

git commit m "First commit" It establishes a connection with local repository

git push origin master- It establishes a connection with a remote repository and upload your source code or files to GitHub

Note: If you get fatal: remote origin already exists which means the connection is already established.

Above method helps to push files or project folder to GitHub using the command line.

********* Tutorial Playlists *********
Google apps script tutorial for beginners- https://bit.ly/google-apps-script-tut...
Automate internet explorer with VBA- https://goo.gl/Xmy8Af
Autoit tutorials for beginners- https://goo.gl/JHB1E2
Selenium Webdriver tutorials for beginners -https://goo.gl/QqxTrF

***** Contact me *******
Blog: www.amarindaz.com
FB page:   / amarindaz  

****** Books written by me *******
Autoit tutorials for beginners: http://amzn.to/2GjaDbD
Excel VBA for beginners: http://amzn.to/2nhI067

****** Productivity tool ********
My Favorite YouTube Tools ➜ https://goo.gl/MX9Z4p and ➜https://goo.gl/UW1uRX

****** Gear Used To Shoot This Video *****
_Audio & Microphone
http://amzn.to/2GibdGu

*******Learning partner*******
Video courses ➜https://click.linksynergy.com/fs-bin/...

Subscribe and stay tuned!

💼 To Hire Me 👉 https://fwd.cx/WLGgpTiZW5HK

Checkout my app 👉 https://www.myfreshtools.com

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
How to upload files to github from Git Bash on Windows from scratch

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]