******** How to Install Gitbash and push, pull code into the gitlab **************
Requirements:
1. Download Gitbash From Official website
https: //gitforwindows.org/
Steps:
1 Create Project On Gitlab Account
2. Clone repository to local using gitbash
3. Create file on local and push to the gitlab
Commands:
1. git init
2. git config --global user.name "YOUR GITLAB USERNAME"
3. git config --global user.email "YOUR GITLAB EMAIL_ID"
4. git config --list
5. git remote add origin "COPY_URL_FROM REPO"
6. git remote
7. git clone "COPY_URL_FROM_REPO"
8. cd "PROJECT_NAME"
9. vi demofile.txt
Hello Guys, How are you
10. ls
11. git status
12. git add .
13. git status
14. git commit -m "GIVE MESSAGE HERE"
15. git status
16. git push origin main
17. git pull origin main
On this page of the site you can watch the video online How to Install Gitbash and push , pull code into the gitlab on Windows (From Scratch) with a duration of hours minute second in good quality, which was uploaded by the user Devops Zplus 10 January 2023, share the link with friends and acquaintances, this video has already been watched 5,267 times on youtube and it was liked by 56 viewers. Enjoy your viewing!