Traduzir "heroku git" para inglês

Mostrando 50 de 50 traduções da frase "heroku git" de japonês para inglês

Tradução de japonês para inglês de heroku git

japonês
inglês

JA git clone、git config、git add, git status、git commit、git push、git pull、git branch、git checkout、および git merge

EN git clone, git config, git add, git status, git commit, git push, git pull, git branch, git checkout, and git merge

JA 開発者向け Git マーケティング向け Git 製品管理向け Git 設計者向け Git カスタマーサポート向け Git 人事向け Git 予算管理担当者向け Git

EN Git for developers Git for marketing Git for product management Git for designers Git for customer support Git for human resources Git for anyone managing a budget

japonês inglês
git git

JA Git チュートリアル - バージョン管理とは Git とは 組織に Git が適している理由 Git チュートリアル - Gitをインストールする Git SSH Git アーカイブ GitOps Git チートシート

EN What is version control What is Git Why Git for your organization Install Git Git SSH Git archive GitOps Git cheat sheet

japonês inglês
git git
ssh ssh

JA 開発者向け Git マーケティング向け Git 製品管理向け Git 設計者向け Git カスタマーサポート向け Git 人事向け Git 予算管理担当者向け Git

EN Git for developers Git for marketing Git for product management Git for designers Git for customer support Git for human resources Git for anyone managing a budget

japonês inglês
git git

JA Git チュートリアル - バージョン管理とは Git とは 組織に Git が適している理由 Git チュートリアル - Gitをインストールする Git SSH Git アーカイブ GitOps Git チートシート

EN What is version control What is Git Why Git for your organization Install Git Git SSH Git archive GitOps Git cheat sheet

japonês inglês
git git
ssh ssh

JA 変更の保存: git add Bitbucket Cloud での Git の使用方法: Git リポジトリをコピーしてファイルを追加する ブランチを使用する: git merge リポジトリを調べる: git status

EN Saving changes: git add Learn Git with Bitbucket Cloud: Copy your Git repository and add files Using Branches: git merge Inspecting a repository: git status

japonês inglês
git git

JA ブランチを使用する: git branch ブランチを使用する: git checkout ブランチを使用する: git merge Bitbucket Cloud での Git の使用方法: Git ブランチを使用してファイルをマージする

EN Using Branches: git branch Using Branches: git checkout Using Branches: git merge Learn Git with Bitbucket Cloud: Use a Git branch to merge a file

japonês inglês
git git

JA ブランチを使用する: git merge 履歴を書き換える: git commit --amend Bitbucket Cloud での Git の使用方法: Git リポジトリをコピーしてファイルを追加する 変更の保存: git add

EN Using Branches: git merge Rewriting history: git commit --amend Learn Git with Bitbucket Cloud: Copy your Git repository and add files Saving changes: git add

JA Git リポジトリを作成する Git リポジトリをコピーしてファイルを追加する Bitbucket クラウドで Git リポジトリから変更をプルする Git ブランチを使用してファイルをマージする

EN Create a Git repository Copy your Git repository and add files Pull changes from your Git repository on Bitbucket Cloud Use a Git branch to merge a file

japonês inglês
git git

JA SVN から Git への移行を準備する SVN から Git への移行 Perforce から Git に移行する理由 Perforce から Git へ移行する

EN SVN to Git - prepping for the migration Migrate to Git from SVN Perforce to Git - why to make the move Migrating from Perforce to Git

japonês inglês
svn svn
git git

JA Git リポジトリを作成する Git リポジトリをコピーしてファイルを追加する Bitbucket クラウドで Git リポジトリから変更をプルする Git ブランチを使用してファイルをマージする

EN Create a Git repository Copy your Git repository and add files Pull changes from your Git repository on Bitbucket Cloud Use a Git branch to merge a file

japonês inglês
git git

JA SVN から Git への移行を準備する SVN から Git への移行 Perforce から Git に移行する理由 Perforce から Git へ移行する

EN SVN to Git - prepping for the migration Migrate to Git from SVN Perforce to Git - why to make the move Migrating from Perforce to Git

japonês inglês
svn svn
git git

JA リポジトリを調べる: git log 高度な Git ログ:コミット履歴にフィルターをかける 高度な Git ログ: ログ出力のフォーマット Git チュートリアル: 概要

EN Inspecting a repository: git log Advanced Git log: Filtering the Commit History Advanced Git log: Formatting Log Output Advanced Git Tutorials: Overview

JA Git 独自のプロトコルです。Git は、ポート (9418) で実行するデーモンを使用します。このプロトコルは SSH に似ていますが、認証はありません。git://host.xz[:port]/path/to/repo.git/

EN A protocol unique to git. Git comes with a daemon that runs on port (9418). The protocol is similar to SSH however it has NO AUTHENTICATION. git://host.xz[:port]/path/to/repo.git/  

japonês inglês
git git
ssh ssh

JA Heroku でアプリケーションを作成すると、新しい Git リモート (通常は heroku​ という名前) がアプリケーションのローカル Git レポジトリに関連付けられます。

EN When you create an application on Heroku, it associates a new Git remote, typically named heroku, with the local Git repository for your application.

japonês inglês
git git

JA Heroku でアプリケーションを作成すると、新しい Git リモート (通常は heroku​ という名前) がアプリケーションのローカル Git レポジトリに関連付けられます。

EN When you create an application on Heroku, it associates a new Git remote, typically named heroku, with the local Git repository for your application.

japonês inglês
git git

JA Git に対する変更をコミットし、続いて git push heroku master​ を実行することにより、Heroku に変更をデプロイします。

EN Deploy your change to Heroku by committing the changes to Git, and then running git push heroku master.

JA 必要な場合は、heroku git:clone​ コマンドを使用して、アプリのソースをその Heroku Git リポジトリから複製できる可能性があります。

EN If necessary, you might be able to clone your app’s source from its Heroku Git repository using the heroku git:clone command:

japonês inglês
git git

JA Git を学ぶ - Git のチュートリアル、ワークフローおよびコマンド | Atlassian Git Tutorial

EN Learn Git- Git tutorials, workflows and commands | Atlassian Git Tutorial

japonês inglês
git git

JA ローカルで変更を加えた後、変更をブランチに追加、コミット、プッシュします: git add .git commit -m "フィーチャーブランチから変更を追加" git push origin

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

JA Git をこれまで使ったことがないという場合でも、心配はいりません。このガイドでご説明します。Git 初心者向けの、Git をきちんと理解するためのチュートリアルをご覧ください。

EN New to Git? No worries, we got you covered. Read our Getting Git Right tutorials for a primer on Git.

japonês inglês
git git

JA ローカルで変更を加えた後、変更をブランチに追加、コミット、プッシュします: git add .git commit -m "フィーチャーブランチから変更を追加" git push origin

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

JA Git をこれまで使ったことがないという場合でも、心配はいりません。このガイドでご説明します。Git 初心者向けの、Git をきちんと理解するためのチュートリアルをご覧ください。

EN New to Git? No worries, we got you covered. Read our Getting Git Right tutorials for a primer on Git.

japonês inglês
git git

JA ローカルで変更を加えた後、変更をブランチに追加、コミット、プッシュします: git add .git commit -m "フィーチャーブランチから変更を追加" git push origin

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

JA ローカルで変更を加えた後、変更をブランチに追加、コミット、プッシュします: git add .git commit -m "フィーチャーブランチから変更を追加" git push origin

EN Make your changes locally and then add, commit, and push your changes to the  branch:git add . git commit -m "adding a change from the feature branch" git push origin

JA Git を学ぶ - Git のチュートリアル、ワークフローおよびコマンド | Atlassian Git Tutorial

EN Learn Git- Git tutorials, workflows and commands | Atlassian Git Tutorial

japonês inglês
git git

JA git clone 機能のさらに詳しいリファレンスについては、Git 公式ドキュメントをご覧ください。また、リポジトリのセットアップガイドでは、git clone の実例も取り上げています。

EN For further, deeper reference on git clone functionality, consult the official Git documentation. We also cover practical examples of git clone in our setting up a repository guide.

japonês inglês
git git

JA Heroku アプリを作成する場合や、すでに Heroku Postgres にデータがある場合、Heroku と Salesforce の統合には Heroku Connect が適しています。

EN If you’re building a Heroku app or already have data in Heroku Postgres, then Heroku Connect is a good fit for your Heroku-Salesforce integration.

JA 「クイックスタート: Heroku Connect API​」のチュートリアルを確認してください。このチュートリアルは、Heroku CLI および Heroku Connect API を使用して Heroku Connect を設定する手順を示します。

EN Check out the Quick Start: Heroku Connect API tutorial. This tutorial guides you through setting up Heroku Connect through the Heroku CLI and the Heroku Connect API.

japonês inglês
api api

JA Heroku CLI には、一般によく使われている Git​ というバージョン管理システムが必要です。Git がまだインストールされていない場合は、先に進む前に次の手順を完了してください。

EN The Heroku CLI requires Git, the popular version control system. If you don’t already have Git installed, complete the following before proceeding:

japonês inglês
git git

JA アプリを作成すると、heroku​ という名前の git リモートリポジトリも作成され、ローカルの git リポジトリと関連付けられます。

EN When you create an app, a git remote (called heroku) is also created and associated with your local git repository.

japonês inglês
git git

JA アプリを作成すると、heroku という名前の Git リモートリポジトリも作成され、ローカルの Git リポジトリと関連付けられます。

EN When you create an app, a Git remote (called heroku) is also created and associated with your local Git repository.

japonês inglês
git git

JA このコマンドにより、アプリと、ローカルの Git リポジトリと関連付けられた heroku​ という名前の Git リモートが作成されます。

EN This command both creates an app and a Git remote (named heroku) associated with your local Git repository.

japonês inglês
git git

JA Heroku CLI には、一般によく使われている Git​ というバージョン管理システムが必要です。Git がまだインストールされていない場合は、先に進む前に次の手順を完了してください。

EN The Heroku CLI requires Git, the popular version control system. If you don’t already have Git installed, complete the following before proceeding:

japonês inglês
git git

JA アプリを作成すると、heroku​ という名前の Git リモートリポジトリも作成され、ローカルの Git リポジトリと関連付けられます。

EN When you create an app, a git remote (called heroku) is also created and associated with your local git repository.

japonês inglês
git git

JA このコマンドにより、アプリと、ローカルの Git リポジトリと関連付けられた heroku​ という名前の Git リモートが作成されます。

EN This command both creates an app and a Git remote (named heroku) associated with your local Git repository.

japonês inglês
git git

JA アプリを作成すると、heroku という名前の Git リモートリポジトリも作成され、ローカルの Git リポジトリと関連付けられます。

EN When you create an app, a Git remote (called heroku) is also created and associated with your local Git repository.

japonês inglês
git git

JA Git サブモジュールを使用すると、ファイルでバックアップされた依存関係の個別のリポジトリを保持できます。Git モジュールは、コードを Heroku にプッシュすると自動的に解決されます。

EN You can use Git Submodules to maintain separate repositories for your File-backed dependencies. Git modules will automatically be resolved when you push your code to Heroku.

JA ほとんどの Heroku のデプロイは Git で実行されます​。また、Heroku は Docker ベースのデプロイ​もサポートしています。

EN Most Heroku deployments are performed with Git. Heroku also supports Docker-based deployments.

japonês inglês
git git

JA 「​Heroku リモートの作成​」の手順を実行して、Heroku でホストされているリポジトリを Git リモートとして追加します。

EN Complete the step Creating a Heroku remote to add the Heroku-hosted repo as a Git remote.

japonês inglês
git git

JA Heroku CLI をインストールし、Heroku アプリを Git からデプロイします。

EN Install the Heroku CLI and deploy Heroku apps via Git.

japonês inglês
git git

JA Go、Git、Godep、および Heroku クライアント (「Heroku スターターガイド (Go))​」で説明)。

EN Go, Git, Godep and the Heroku client (as described in Getting Started with Go).

japonês inglês
git git

JA CLI コマンドの代わりに Heroku Dashboard 経由でアプリを作成した場合、heroku git:remote --app example-app​ でローカルリポジトリにリモートを追加します。

EN If you create your app via the Heroku Dashboard instead of using the CLI command, add a remote to your local repo with heroku git:remote --app example-app.

japonês inglês
git git

JA Go、Git、Godep、および Heroku クライアント (「Heroku スターターガイド (Go))​」で説明)。

EN Go, Git, Godep and the Heroku client (as described in Getting Started with Go).

japonês inglês
git git

JA CLI コマンドの代わりに Heroku Dashboard 経由でアプリを作成した場合、heroku git:remote --app example-app​ でローカルリポジトリにリモートを追加します。

EN If you create your app via the Heroku Dashboard instead of using the CLI command, add a remote to your local repo with heroku git:remote --app example-app.

japonês inglês
git git

JA Git での既存の Heroku アプリケーションの複製 | Heroku Dev Center

EN Git Cloning Existing Heroku Applications | Heroku Dev Center

japonês inglês
git git

JA Heroku へのデプロイは、Heroku Maven プラグイン​または Git を使用して実行できます。後者については、この記事で説明します。

EN You can either deploy to Heroku by using the Heroku Maven plugin or you can deploy using Git. The latter is described in this article.

japonês inglês
git git

JA Heroku Local でも、1 つの単発コマンドをローカルで簡単に実行できます。たとえば、heroku local:run rails console​ とします。これは、Heroku の One-off dyno​ に似ています。

EN Heroku Local also lets you easily run a single one-off command locally. For example: heroku local:run rails console. This is analogous to Heroku’s one-off dynos.

JA heroku run​ の後のコマンドはすべて Heroku dyno​ で実行されます。$ heroku run bash​ を実行して、対話型シェルセッションを取得できます。

EN Any commands after the heroku run are executed on a Heroku dyno. You can obtain an interactive shell session by running $ heroku run bash.

JA Salesforce Heroku のお客様は、最適なセキュリティ対策の実現方法や Heroku でのアプリケーションデプロイの管理方法についてご不明な点がある場合、Heroku サポート​にご連絡ください。

EN Salesforce Heroku customers are encouraged to contact Heroku Support if they have additional questions about how to best implement security measures and how to govern application deployment on Heroku.

Mostrando 50 de 50 traduções