Jump to content

Search the Community

Showing results for tags 'git'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Welcome New Members !
    • General Discussion
    • Site News
  • DevOps & SRE
    • DevOps & SRE General Discussion
    • Databases, Data Engineering, Data Science, BI & AI
    • Development & Programming
    • Deployments, CI/CD & GitOps
    • Docker, Containers, Microservices & Serverless
    • Infrastructure-as-Code
    • Kubernetes
    • Linux
    • Monitoring, Observability & Logging
    • Security
  • Cloud Providers
    • Amazon Web Services
    • Google Cloud Platform
    • Microsoft Azure
    • Red Hat OpenShift

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


LinkedIn Profile URL


About Me


Development Experience


Cloud Experience


Current Role


Skills


Certifications


Favourite Tools


Interests

Found 17 results

  1. Imagine you've been hosting your project on GitHub, enjoying its familiar interface and tools. However, in a hypothetical scenario, GitHub experiences a temporary service outage, making it challenging to access your project when you need it the most. While such outages are rare, they can disrupt your workflow. To ensure uninterrupted development, you decide to migrate your project to a different hosting service, such as GitLab. Right here is where the basic skill of migrating your remote repository from one host to another using Git comes in handy. In this guide, we will walk you through the process of changing the remote origin in Git, enabling you to transition between remote repositories easily... View the full article
  2. Git is a powerful version control system (used stand-alone, with GitHub, and Azure DevOps) that allows developers to keep track of changes in their codebase. However, mistakes can happen, and there may be times when you accidentally commit the wrong changes to your local Git repository. Fortunately, Git provides a way to undo the most […] The article Git: Reset / Undo Most Recent Local Commit appeared first on Build5Nines. View the full article
  3. You may often be in a situation where you need to change a commit message in Git. You probably made a typo in your commit message or need to edit it to adequately capture the changes made in the commit. You may have also accidentally added sensitive data or just want to abide by your team’s policy by writing your Git commit message in a specific format. Whatever scenario you find yourself in, we will show you how you can modify Git commit messages... View the full article Want a quick intro to Git and how to set it up in your system? Check out this video:
  4. GitKraken's suite of tools is designed to make it simpler for developers to move between multiple application environments. View the full article
  5. The post How to Install Git and Set Up Git Account on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Git is a free and open source, fast and distributed version control system (VCS), which by design is based on speed, efficient performance, and data The post How to Install Git and Set Up Git Account on Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
  6. Git workflows are powerful tools that help streamline the software development process. Here are five of the most popular. View the full article
  7. AWS Glue now supports GitLab and BitBucket, alongside GitHub and AWS CodeCommit, broadening your toolset for managing data integration pipeline deployments. AWS Glue is a serverless data integration service that makes it simpler to discover, prepare, move, and integrate data from multiple sources for analytics, machine learning (ML), and application development. View the full article
  8. The post 11 Best Graphical Git Clients and Git Repository Viewers for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Git is a free and open-source distributed version control system for software development and several other version control tasks. It is designed to cope with The post 11 Best Graphical Git Clients and Git Repository Viewers for Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides.View the full article
  9. https://github.com/girliemac/a-picture-is-worth-a-1000-words/tree/main/git-purr Also see; https://github.com/girliemac/a-picture-is-worth-a-1000-words
  10. AppSmith has added support for Git repositories to an open source framework for building custom applications using a low-code platform based on the JavaScript programming language. Rishabh Kaul, head of marketing for AppSmith, said the Git support will make it simpler for developers to manage version control as they iteratively build applications using a set […] The post AppSmith Adds Git Support to Low-Code App Dev Framework appeared first on DevOps.com. View the full article
  11. Read More: https://faun.pub/introduction-to-gitops-part-1-cba452d4e90a Prerequisites Basic Understanding of Git & GitHub Basic Understanding of Cloud Computing Basic Understanding of Kubernetes Basic Understanding of CI/CD Deployment
  12. Working together effectively with your team is critical to any mission, whether you're taking on the galactic empire or pushing code through your DevOps pipeline. Helping teams of all sizes work faster and safer with Git has always been part of our mission at GitKraken, and now we've added support for Azure DevOps repos in Workspaces. Here are just a few highlights of this release: Workspaces for Azure DevOps - Group repos from Azure DevOps projects to share with teams. Filter Workspace Pull Requests by Repo - easily find PRs opened by you or at risk, or search by repo. Share Workspaces with Specific Teams - sharing repos with the people who work on them has never been easier. GitKraken CLI Command for Interactive Rebase - use `gk rebase -i` or `gk rebase --interactive` to open the interactive rebase view for 2 refs. The force has never been stronger for teams using GitKraken Client... Full Details: https://www.gitkraken.com/blog/gitkraken-client-v8-5
  13. Join GitHub team leaders, industry icons, and artists inspired by code for three days of live interactive sessions as we explore the future of software for developers, enterprises, and students. Schedule
  14. AWS CodePipeline Source Action now supports cloning of AWS CodeCommit repositories. With this improvement, when you define a Source Action, CodePipeline will clone the CodeCommit git repository to fetch the commit history and metadata. View the full article
  15. In the post Using Custom Source Actions in AWS CodePipeline for Increased Visibility for Third-Party Source Control, we demonstrated using custom actions in AWS CodePipeline and a worker that periodically polls for jobs and processes further to get the artifact from the Git repository.. View the full article
  • Forum Statistics

    37.6k
    Total Topics
    37.2k
    Total Posts
×
×
  • Create New...