What is the translation of " GIT PUSH " in German?

Git push

Examples of using Git push in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
You can also do git push origin serverfix.
Du kannst auch git push origin serverfix.
All of these hooks let you react to different stages of the git push process.
Mit all diesen Hooks kannst auf verschiedene Phasen des git push -Prozesses reagieren.
Use"git push" to publish your local commits.
Verwende"git push", um deine lokalen Commits zu veröffentlichen.
For more information about git push and its options, see Git push.
Weitere Informationen zu dem Befehl"git push" und den zugehörigen Optionen finden Sie unter Git push.
Run git push to send the new branch from the local repo to the AWS CodeCommit repository.
Führen Sie git push aus, um den neuen Branch von dem Lokales Repository an das AWS CodeCommit-Repository zu übertragen.
Push the commit to your remote repository in AWS CodeCommit by running the git push command.
Übertragen Sie das Commit in Ihr Remote-Repository in AWS CodeCommit, indem Sie den Befehl git push ausführen.
Run the git push command to push your changes to AWS CodeCommit.
Führen Sie den Befehl git push aus, um Ihre Änderungen mithilfe von Push an AWS CodeCommit zu übertragen.
Use Git to push yourcommit to the remote repository by running the command git push.
Verwenden Sie Git, um IhrCommit in dem Remote-Repository zu speichern, indem Sie command git push ausführen.
Git push origin origin: refs/heads/testing Now you need to update the branches in your local clone.
Git push origin origin: refs/heads/testing Nun müssen Sie Ihren lokalen"Branch" mit dem entfernten"Branch" synchronisieren.
Go back to your local terminal window and send your committed changes to Bitbucket using git push origin master.
Wechsle wieder in dein lokales Terminalfenster und sende mit git push origin master alle committeten Änderungen an Bitbucket.
Git push-u origin master If you do it right, your project over at GitHub should have been updated with something like this.
Git push -u origin master Wenn Sie es richtig machen, sollte Ihr Projekt bei GitHub mit so etwas aktualisiert worden sein.
After setting up the tracking branch, Mary can call git push without any parameters to push her feature.
Nach dem Einrichten des Tracking-Branches kann Mary git push ohne jegliche Parameter zum Pushen ihres Features aufrufen.
We now know how to perform customizable actions at every stage in the commit creation process, as well as the git push process.
Wir wissen nun, wie wir in jedem Stadium der Commit-Erstellung und des git push -Prozesses individuelle Aktionen durchführen können.
Php"$ git push origin master If everything goes as planned, you can launch the website in the browser and see the changes you just made.
Php"$ git push origin master Wenn alles wie geplant verläuft, können Sie die Website im Browser starten und die Änderungen sehen, die Sie gerade vorgenommen haben.
From the repository directory in your terminal window, enter git push origin master to push the changes.
Wechsle in das Repository-Verzeichnis und gib dort git push origin master in das Terminalfenster ein, um die Änderungen zu pushen..
The biggest problem we have seen at Atlassian is that people force push-which is fine- but haven't set git push.
Das größte Problem, das uns bei Atlassian begegnet ist, war, dass beim Erzwingen des Pushens-was an für sich in Ordnung ist- nicht git push.
For example, the git push command pushes new and changed files to an AWS CodeCommit repository by using the Git protocol.
Mit dem Befehl git push beispielsweise werden neue und geänderte Dateien im Push-Verfahren an ein AWS CodeCommit-Repository mithilfe des Git-Protokolls übertragen.
She can do so by specifying the local branch followed by a colon(:) followed by the remote branch to the git push command.
Sie kann dies erledigen, indem sie die Anweisung git push verwendet und dabei den lokalen Branch festlegt, gefolgt von einem Doppelpunkt(:), gefolgt vom Branch auf dem entfernten Server.
After setting up the tracking branch, git push can be invoked without any parameters to automatically push the new-feature branch to the central repository.
Nach dem Einrichten des Tracking-Branches kannst du mit git push den Branch new-feature ohne jegliche Parameter automatisch in das zentrale Repository pushen..
The Cloud9 terminal provides a browser-based shell experience enabling you to install additional software,do a git push, or enter commands.
Das Cloud9 Terminal bietet eine browserbasierte Shell-Erfahrung, die das Installieren zusätzlicher Software,Ausführen eines Git Pushes und Eingeben von Befehlen ermöglicht.
To push the commit from the local repo to your remote repositories,run git push-u remote-name branch-name where remote-name is the nickname the local repo uses for the remote repositories and branch-name is the name of the branch to push to the repository.
Um den Commit vom lokalen Repository mithilfe von Push in Ihre Remote-Repositorys zu übertragen,führen Sie den Befehl git push -u remote-name branch-name aus, wobei remote-name der vom lokalen Repository für die Remote-Repositorys verwendete Name ist und branch-name für den Namen des Branches steht, der in das Repository übertragen werden soll.
This installs a special pre-push Git hook in your repository that will transferGit LFS files to the server when you git push.
Hiermit wird ein spezieller pre-push- Git Hook in deinem Repository installiert,der Git LFS-Dateien an den Server überträgt, wenn du git push ausführst.
This means that once you make changes to a file and commit them,you can git push those changes to the remote repository.
Das bedeutet, dass du, sobald du eine Datei geändert und die Änderungen committet hast,diese Änderungen mit dem Befehl git push in das Remote-Repository verschieben kannst.
Problem: After you configure SSH access for Windows, you see an access denied error when you attempt touse commands such as git pull, git push, or git clone.
Problem: Nachdem Sie SSH-Zugriff für Windows konfiguriert haben, wird eine Fehlermeldung des Typs"Zugriff verweigert" angezeigt, wenn Sie versuchen,Befehle wie git pull, git push oder git clone zu verwenden.
To push the new branch from the local repo to the AWS CodeCommit repository,run the git push command, specifying both the remote-name and the new-branch-name.
Um den neuen Branch vom Lokales Repository auf das AWS CodeCommit-Repository zu übertragen,führen Sie den Befehl git push aus, wobei Sie remote-name und new-branch-name angeben.
This makes it possible to manage remote branches using local Git commands andto configure some advanced git push and git fetch behavior.
Dies ermöglicht das Management von Remote Branches mit Git-Befehlen unddie Konfiguration von erweitertem git push- und git fetch -Verhalten.
If you have committed changes to files tracked by Git LFS,you will see some additional output from git push as the Git LFS content is transferred to the server.
Wenn du Änderungen an Dateien committet hast, die von Git LFS verfolgt werden,wird dir eine zusätzliche Ausgabe von git push angezeigt, da die Git LFS-Inhalte zum Server übertragen werden.
The service will provide a Git URL that you can then add to your local Git repository and git push to the hosted repo.
Der Service stellt eine Git-URL bereit, die du deinem lokalen Git-Repository hinzufügst und über den Befehl git push in das gehostete Repository verschiebst.
In this chapter, we will shed some light on the internal workings of common commands like git checkout,git branch, and git push by exploring the many methods of referring to a commit.
In diesem Kapitel beleuchten wir häufig genutzte Befehle wie git checkout,git branch und git push genauer, indem wir du vielen Methoden zur Referenzierung eines Commits durchgehen.
They let you rename and delete branches from your local repository, fetch/push to branches with different names,and configure git push and git fetch to work with only the branches that you want.
Über sie kannst du Branches umbenennen und von deinem lokalen Repository löschen,Branches mit anderen Namen abrufen/pushen und git push sowie git fetch so konfigurieren, dass die Befehle nur auf die gewünschten Branches angewendet werden.
Results: 148, Time: 0.0286

Word-for-word translation

Top dictionary queries

English - German