Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

CI/CD for Jira - The Jira DevOps Tool for Git

The team at GitKraken is thrilled to announce a brand new, free extension for Git Integration for Jira, the top-rated tool on the Atlassian Marketplace for using Git with Jira. Now, users can enhance their Jira DevOps workflow with build and deployment data directly in Jira Cloud. The CI/CD for Jira extension will allow teams to seamlessly connect data from their CI/CD pipeline with Jira Cloud.

Fastest Way to Learn Git | Best Git Training for Software Developers in 2022

It’s never been easier to learn Git. From online learning platforms to free Youtube courses, there can be a lot to choose from depending on your budget and how you like to learn new coding skills. This article aims to provide you with a list of the best paid and free Git training courses.

GitKon 2022 Keynote: Drupal Founder & Acquia CTO Dries Buytaert

The first keynote speaker for GitKon 2022, a virtual tech conference for the global Git community, has been announced: Dries Buytaert, Co-founder/CTO of Acquia and founder of Drupal. His session: From the dorm room to The White House – How Drupal grew and became the standard for open source web experiences will tell the story of how Dries was able to achieve commercial success ultimately by embracing open source.

Get Git Info with GitLens

GitLens is a popular extension built for Visual Studio Code that helps developers extract the powerful insights hidden within Git code repositories. This VS Code extension makes development effortless by providing tools to quickly glance through, compare, and track each line of a code. It also helps address the drawbacks and intrusiveness of native Git features in large-scale projects.

Shell Scripting FTW! | Intro to the CLI Part 5

In previous articles in our Intro to the CLI series, we’ve gone over why to master using the command line, some command line basics and tools, and tips for customizing your CLI shell. In case you missed any, feel free to catch up using the links below. And now, you’re going to learn the basics of shell scripting to automate complex jobs and build entirely new applications!

Announcing the New GitKraken Help Center

We’re very excited to launch the new GitKraken Help Center to better serve ALL of our customers across our suite of Git tools, and to showcase our commitment to not only building great tools, but enabling our customers with all the onboarding, training and support resources they need to be successful in the way they work.

Interview with Oh My Posh Creator

In simple terms, Oh My Posh can customize your terminal and make it more visually pleasing. According to the official Oh My Posh documentation, “Oh My Posh is a custom prompt engine for any shell that has the ability to adjust the prompt string with a function or variable”. With 275k GitHub Downloads, 1.2k forks, and 6.8k stars on the Oh My Posh GitHub Repo, developers from around the world use Oh My Posh to boost their terminals and improve their workflows.

Trunk Based Development

When you have a lot of software developers working on the same project, keeping track of individual changes and previous versions is crucial, especially when it helps prevent conflicts that slow the development and deployment process. For most development teams across the world, Git is the system of choice for organizing files and versions of software.

Jira Git Tips Using Git Integration for Jira

You can integrate Git with Jira using Git Integration for Jira. Git Integration for Jira is an app that allows users to drive Jira with Git. This Jira Git integration tool allows you to spend less time context switching between Jira and Git and more time writing and delivering awesome code. Many development teams use Git and Jira in their regular development process to contribute to and track the progress of a project.

Does Your Team Need a Quality Assurance Engineer?

When you develop software solutions, code quality and security are of top importance, and can often define your success or failure. Some teams may require a specialist constantly checking software for bugs and issues, especially when the project is large and unrevealed bugs can have costly consequences. For small development teams or early project development stages, developers may try to work without a quality assurance engineer and test everything themselves.