Getting Started with Git : Create Local Repository Git and Push to Remote Github Repository

preview_player
Показать описание
In this lesson, we cover getting started with Git for beginners. We teach you how to create your own Git Project locally and remote on Github. We learn how to create local repository Git and how to push to remote Github repository. Creating a local git repository using git init, adding files to local git repository with git add and git commit, create a remote Github repository and pushing the local git repository to the remote Github repository with git push.

0:00 Introduction
1:00 Creating local git repository
3:11 Creating remote Github Repository and push to it

Disclaimer: these are affiliate links, they do support and help the channel grow but I would never put any product I truly do not believe in.

Recommended Books:

Enjoy Photography, outdoors, etc. Check out our other channel and web site.

#Java #programming #git #github
Рекомендации по теме
Комментарии
Автор

What if you want to push from remote to the main branch instead of creating a new master branch?. It seems to not recognise there is another branch that exists before you create master

scorpion