Git Tutorials | Git Repo | Part1
Git Tutorials
#Github #Repo #Bitbucket #JIRA
1. what is Git & GitHub?
2. What are the advantages of Git?
3. Git Setup (git bash installation)
4. Create a new Github account
5. Create a new Project
6. Create a new Repository
7. Steps to clone git repo
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin "git repo url.git"
git push -u origin main
repository Url : https://github.com/ramesh19831/DemoWebShop.git
Username : useername
Pwd: *************
Commands:
- git init
- git clone "repository url"
- add a new file into the local repo
- git status
- git add .
- git commit -m "Commit message"
- git push
Troubleshooting issues while pushing the local code to remote repo.
1. git config --global user.name
2. git config --global user.name "ramesh19831"
3. git config --global user.password "password of github account"
4. git config --global user.email "emailaddress"
5. git remote -v
6. git remote add origin "https://github.com/ramesh19831/DemoWebShop.git"
7. git remote rm origin
8. for adding new repo into gitbash - hit the step 6th
if you still facing an issue while pushing the code from local to remote repo with all valid information set in gitbash. reason is you dont have proper permission on the github repository.
9. git push origin master
Видео Git Tutorials | Git Repo | Part1 автора JavaScript для всех: вводный курс
Видео Git Tutorials | Git Repo | Part1 автора JavaScript для всех: вводный курс
Информация
4 декабря 2023 г. 14:39:59
00:51:37
Похожие видео














![[SSG] fineokay - The Monkey King in RANKED! (SSSS+ confirmed.)](http://pic.rutubelist.ru/video/5d/f4/5df472997ed5217c6678893230f2f3bf.jpg?size=s)


![Create A Password Protected PDF in .NET 6 || [doTNETMania]](http://pic.rutubelist.ru/video/4f/e0/4fe072e7aa820c3e0b32899a8dc80eab.jpg?size=s)

