Remove articles git-bash-or-git-in-bash
article thumbnail

More Awesome Git Aliases

David Walsh

In the last article in this series, Awesome Git Aliases , we took a look at some awesome aliases for Git. However, the true power of Git aliases comes from writing custom scripts. These allow you to build Git commands that can do anything you can imagine. We’ll be using Bash for our scripts.

Examples 131
article thumbnail

Azure Resource Provisioning with Terraform Using VS Code Devcontainer Box

Perficient

devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/sshd:1": devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/sshd:1": The provisioning of cloud resources is one of the main use cases of Terraform. It’s an open-source provisioning tool written in the Go language and created by HashiCorp.

Azure 69
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Continuous integration for a production-ready Dockerized Django application

CircleCI

Git installed on your local machine. In this step, you will git clone the codebase and make sure you are satisfied that the codebase can run the tests locally. In this step, you will git clone the codebase and make sure you are satisfied that the codebase can run the tests locally. Git clone the codebase: $ git clone [link].

article thumbnail

How To Setup CI-CD Pipeline Using Bitrise For Flutter Applications

Sunflower Lab

In this article, we’ll be telling you how you can setup CI-CD pipeline on Bitrise for your Flutter Application. . In following part of this article, we’ll be covering all these sections one by one. Smit Vora Flutter Developer at Sunflower Lab. In technical, this is called Continues-Integration & Continues-Deployment (CI-CD).

article thumbnail

Automate the deployment of FeathersJS apps to Heroku

CircleCI

Automating deployment to Heroku. Automation goes beyond just building solutions to replace complex or time-consuming manual processes. As the popular saying goes, “anything that can be automated should be automated.” For example, deploying updates to applications can and should be automated. Prerequisites. The Feathers CLI. JavaScript ?

article thumbnail

Command Line Awesomeness for the New Century

Modus Create

In this article, I’m going to describe how you can do almost all of your development work in terminal windows. Setting up a command line environment for development involves choosing a shell (bash, zsh, etc.), Setting up a command line environment for development involves choosing a shell (bash, zsh, etc.),

Windows 72
article thumbnail

How to Track Multiple Git Branches in AWS CodePipeline

Modus Create

One challenge that I ran into recently was setting up CodePipeline to work with multiple git branches. The way to make it work depends on your git repository. At the time of writing this article, the only options for a source are: AWS CodeCommit (for one specific branch), AWS ECR, AWS S3, and GitHub (for one specific branch).

AWS 41