Get the FREE COURSES FROM UDEMY English Courses GitLab CI: Pipelines, CI/CD and DevOps for Beginners bit.ly/48BGjpq Infrastructure Automation with Terraform DevOps Tool [2024] bit.ly/49fAY7h Introduction to Linux Shell Scripting bit.ly/3ykZROz AWS Certified Solution Architect Associate [2024] bit.ly/47Evamt Jenkins Tutorial - DevOps : CI/CD with Jenkins | Udemy bit.ly/3ix6wdW Free Ansible Tutorial - Ansible for the Absolute Beginner - DevOps | Udemy bit.ly/3RzWMBf Amazon S3 Mastery Bootcamp bit.ly/48E4bbW AWS Certified SysOps Administrator Associate SOA-C02 [2024] bit.ly/4aTJAlz Free Docker Tutorial - Docker for the Absolute Beginner | Udemy bit.ly/3CEgKqk [2024] Complete Python Bootcamp From Zero to Hero in Python bit.ly/3HkkoXI Hindi Courses AWS Certified Solution Architect Associate 2024 [HINDI] bit.ly/2EpKSu2 Introduction to Linux Shell Scripting in [HINDI] bit.ly/3S3x0aF Terraform ( Infrastructure as Automation ) in Hindi [2024] bit.ly/48VR5qh DevOps : CI/CD with Jenkins in Hindi bit.ly/3OtPW1x Ansible for the Absolute Beginner - DevOps in Hindi | Udemy bit.ly/3SHfJTS Docker for the Absolute Beginner in Hindi bit.ly/3MaJNEQ Free GitLab Tutorial - GitLab CI: Pipelines, CI/CD and DevOps for Beginners Hindi | Udemy bit.ly/3ymRjH3 Free Python Tutorial - Python Crash Course For Absolute Beginners in Hindi | Udemy bit.ly/3EppC4a AWS Certified SysOps Administrator Associate SOA-C02 [HINDI] bit.ly/3u63adz
In GitLab, you can find the original creator of a branch by looking at the branch's commit history and identifying the first commit made to the branch. One way to do this is to use the GitLab web interface to view the branch's commit history. Navigate to the project's repository page in GitLab and find the branch you're interested in. Click on the branch name to view its commit history. You can then scroll through the commits to find the first commit made to the branch. The author of this commit will be the original creator of the branch. Alternatively, you can use the Git command line to view the commit history of the branch and find the original creator. Assuming you have cloned the repository to your local machine, you can run the following command: git log --reverse --ancestry-path | tail -1 Replace with the name of the branch you're interested in. This command will show the first commit made to the branch, which will include the name and email address of the original creator. Note that in some cases, the original creator of a branch may have deleted their GitLab account or may have changed their name or email address since creating the branch. In these cases, it may be more difficult to determine the original creator of the branch.
Get the FREE COURSES FROM UDEMY
English Courses
GitLab CI: Pipelines, CI/CD and DevOps for Beginners bit.ly/48BGjpq
Infrastructure Automation with Terraform DevOps Tool [2024] bit.ly/49fAY7h
Introduction to Linux Shell Scripting bit.ly/3ykZROz
AWS Certified Solution Architect Associate [2024] bit.ly/47Evamt
Jenkins Tutorial - DevOps : CI/CD with Jenkins | Udemy bit.ly/3ix6wdW
Free Ansible Tutorial - Ansible for the Absolute Beginner - DevOps | Udemy bit.ly/3RzWMBf
Amazon S3 Mastery Bootcamp bit.ly/48E4bbW
AWS Certified SysOps Administrator Associate SOA-C02 [2024] bit.ly/4aTJAlz
Free Docker Tutorial - Docker for the Absolute Beginner | Udemy bit.ly/3CEgKqk
[2024] Complete Python Bootcamp From Zero to Hero in Python bit.ly/3HkkoXI
Hindi Courses
AWS Certified Solution Architect Associate 2024 [HINDI] bit.ly/2EpKSu2
Introduction to Linux Shell Scripting in [HINDI] bit.ly/3S3x0aF
Terraform ( Infrastructure as Automation ) in Hindi [2024] bit.ly/48VR5qh
DevOps : CI/CD with Jenkins in Hindi bit.ly/3OtPW1x
Ansible for the Absolute Beginner - DevOps in Hindi | Udemy bit.ly/3SHfJTS
Docker for the Absolute Beginner in Hindi bit.ly/3MaJNEQ
Free GitLab Tutorial - GitLab CI: Pipelines, CI/CD and DevOps for Beginners Hindi | Udemy bit.ly/3ymRjH3
Free Python Tutorial - Python Crash Course For Absolute Beginners in Hindi | Udemy bit.ly/3EppC4a
AWS Certified SysOps Administrator Associate SOA-C02 [HINDI] bit.ly/3u63adz
"I've learned more from your videos than I did in an entire semester of classes. Thank you!"
Your passion for IT is contagious! Thanks for igniting the same enthusiasm in your viewers
"Your channel has reignited my passion for technology. I can't thank you enough for the inspiration!"
Happy to hear that!
Every time I watch your videos, I walk away feeling more empowered in my IT knowledge. You're amazing
As a beginner I can say that this video is the most understandable explanation concept ever . Thank you for sharing keep going !
Thanks for watching and motivating
"Your enthusiasm for IT is contagious! Keep up the amazing work."
Thanks! Will do!
"Your videos is a game-changer for anyone looking to break into the world of IT. keep up the incredible work!"
Your videos make learning IT feel like a breeze. I can't thank you enough
Your teaching style is top-notch. I feel like I'm learning from a pro
"Your channel has become my go-to for all things tech. Can't wait to see what you'll cover next!"
Glad to hear it!
Your channel has become an essential part of my IT learning journey. Thanks for being such a valuable resource!
Your community is so supportive and welcoming. It's a pleasure to be a part of it!
The way you explain IT fundamentals makes learning enjoyable. Kudos!"
I'm amazed by how much I've learned from your videos already. Keep 'em coming
Pretty straight forward and short video, great thanks
Simple, clear and direct to the point. Thank you!
Thanks for watching, Keep Learning
great video, i still dont fully understand the ci/cd workflow but at least now i get what's with all the pipelines and jobs in gitlab
Glad it helped!
simple - nice - at to the point
This is best video for learn ❤
nice explanation
Thanks and welcome
For example, In stage 1 I have to take repo and stage 2 run a batch file in repo, will this entire process take place in my local machine?
Thanks it was very helpful for me
Glad it helped
Hello Guys, could you advise me about the SSH KEY?
nice video with best explained
great tutorial! thank you!
This is the best video ever.
I didn't see any runner. I am noob at this topic. Is it possible to make it without a runner. BTW, nice explanation.
Very informative video 👍👍
nice and clean, perfect
Good explanation robot 😂
Nicely explained
Thanks
really nice talks.. excellent teaching skill.
Thank you! 😃
Very Good
What's with all fake AI comments on this video??
😅Just learn from it bro
That has to be the Plague Inc Music
👍🏻👍🏻👍🏻👍🏻
Hi, Is there any way to find who are git branch original Creator(not recent committer) list in GIT LAB? Please suggest any possible ways?
In GitLab, you can find the original creator of a branch by looking at the branch's commit history and identifying the first commit made to the branch.
One way to do this is to use the GitLab web interface to view the branch's commit history. Navigate to the project's repository page in GitLab and find the branch you're interested in. Click on the branch name to view its commit history. You can then scroll through the commits to find the first commit made to the branch. The author of this commit will be the original creator of the branch.
Alternatively, you can use the Git command line to view the commit history of the branch and find the original creator. Assuming you have cloned the repository to your local machine, you can run the following command:
git log --reverse --ancestry-path | tail -1
Replace with the name of the branch you're interested in. This command will show the first commit made to the branch, which will include the name and email address of the original creator.
Note that in some cases, the original creator of a branch may have deleted their GitLab account or may have changed their name or email address since creating the branch. In these cases, it may be more difficult to determine the original creator of the branch.
@@S3CloudHubis there any possibility to run pipeline manually after commit any feature branch in gitlab
@@S3CloudHubis there any possibility to run pipeline manually after commit any feature branch in gitlab
Nice explaination
Thanks and welcome
ai generated videos booooo
Why is a robot reading this?
Aaj ke jamane me robot hi sab kuch hai bhai ,jo bhi ho content accha tha explanation ke sath 😂
Robocop
@@trjaydip5410 Haa quick concept video tha
system generated such ugly