Загрузка...

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 для всех: вводный курс
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки