GIT create a new repo in GitHub, GitLab & BitBucket and push the data to the new repository #1.3

Опубликовано: 14 Октябрь 2024
на канале: Wildest Imagination
89
3

In this video we will see commands that one should use to push data to a newly created repository.

First we will see how to create a new repository in GitHub, GitLab and BitBucket. Then we will see that how to push data to this newly created repository using 2 different sets of commands. We will also see that how to create a token in BitBucket for any git operations i.e., push, pull etc.

If you are planning to push data to a newly created repository which has pre-existing files/folders [i.e. you have created README.md and .gitignore files while creating repository], the commands will be different to push the data to such repository.

If you are planning to push data to a blank repository which does not contain anything in that case the commands to push the data will be different.

Also now BitBucket and GitHub does not allow to use your user password to do any kind of the git based operations like push, pull etc. For this you need to create a token. I have also included the same in this video that how to create a token in BitBucket. Process to create a token in GitHub is same, it just you need to visit the different URL.

Apart from this we will also see what is git conflict and how to resolve it. Though its not in depth, we will have separate session for it.