Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

Jira GitLab Integration - How to see Git commits, merge requests, and more in Jira.

Integrating GitLab with Jira will let your Jira users see Git commits, branches, pull requests, and more inside of Jira. This keeps your teams in sync and avoids unnecessary questions and meetings.The easiest and most flexible way to create a GitLab Jira integration is by using the Git Integration for Jira app on the Atlassian marketplace. This video walks through how to get the app, create the integration, and use the GitLab information that is now in Jira.

What was it like teaching scientists Git? #shortsvideo #shorts #gitkon

In his #gitkon session, Jason from Sandia National Laboratories says it wasn't a walk in the park. 😬 With loyalties to SVN and CDS, his team struggled to embrace this new version control system. But as they delved into Git, the game changed. 👀 Jason unveils how breaking old habits and learning Git opened doors to more efficient and collaborative scientific research.

Jira GitHub Integration - How to see Git commits, pull requests, and more in Jira.

Keep your teams in sync by Integrating GitHub and Jira. By giving Jira users visibility into Git commits, branches, pull requests, and more inside of Jira you can avoid avoid questions and unnecessary meetings. The best way to create a GitHub Jira integration is by using the Git Integration for Jira app on the Atlassian marketplace. This video walks through how to get the app, create the integration, and use the GitHub information that is now in Jira.

Elevate Your Coding Game with GitLens for Visual Studio Code! #shorts #shortsvideo

👨‍💻 Discover the power of enhanced Git integration right within your code editor with GitLens. This isn't just a tool; it's your coding companion in VS Code, offering real-time insights into who made changes to your code and why. GitLens transforms code reviews and collaboration, making your coding process more efficient and informed.

What is a Remote Repository? #shortsvideo #shorts #coding

🌐💾 A remote repository is like your code's virtual storage locker, accessible from anywhere. It's where your projects live online, essential for team collaboration, version control, and safeguarding your code. Why use it? For any project where teamwork, backup, and remote access matter. Here are three tips for mastering remote repositories: 1️⃣ Clear Commits: Think of each commit as a clear, concise note to your future self and teammates about what you did and why.

What is Git Pull? #shorts #shortsvideo #git

Time for a Git concept deep-dive! Today's video features "Git Pull," which updates your local branch with changes from your remote repository – a crucial step in collaborative development. Git pull can help you synchronize your work before a new feature development or helps to ensure you're up-to-date before pushing your own updates.