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

Git Lfs

Examples of using Git lfs 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
There are three easy ways to install Git LFS.
Es gibt drei einfache Möglichkeiten zur Installation von Git LFS.
Git LFS is seamless: in your working copy you will only see your actual file content.
Git LFS ist nahtlos: In deiner Arbeitskopie siehst du nur deinen tatsächlichen Dateiinhalt.
There are four PNGs in this repository being tracked by Git LFS.
In diesem Repository befinden sich vier PNGs, die von Git LFS verfolgt werden.
For example, you may wish to run git lfs fetch--recent before jumping on a plane!
Es ist beispielsweise sinnvoll, git lfs fetch--recent auszuführen, bevor du in ein Flugzeug steigst!
You can test out what effect aprune operation will have with git lfs prune--dry-run.
Du kannst die Auswirkungen eines"prune"-Löschvorgangs mit git lfs prune--dry-run testen.
Like git lfs clone, git lfs pull downloads your Git LFS files as a batch.
Wie git lfs clone lädt git lfs pull deine Git LFS-Dateien im Batch herunter.
You can excludea pattern or subdirectory using git lfs fetch-X or--exclude.
Mit git lfs fetch -X(oder--exclude) kannst du ein Muster oder ein Unterverzeichnis ausschließen.
The patterns supported by Git LFS are the same as those supported by. gitignore, for example.
Die von Git LFS unterstützten Muster sind dieselben, die auch von .gitignore unterstützt werden, z.
Excludes and includes support the same patterns as git lfs track and. gitignore.
Auf exclude- und include-Anweisungen sind dieselben Muster wie auf git lfs track und .gitignore anwendbar.
After running git lfs untrack you will again have to commit the changes to. gitattributes yourself.
Nach dem Ausführen von git lfs untrack musst du die Änderungen an .gitattributes manuell committen.
However, if the checkout fails for an unexpectedreason, you can download any missing Git LFS content for the current commit with git lfs pull.
Sollte der Checkout jedoch unerwartet fehlschlagen,kannst du für den aktuellen Commit fehlende Git LFS-Inhalte mit git lfs pull herunterladen.
Git LFS considers any branch or tag containing a commit newer than seven days as recent.
Git LFS betrachtet alle Branches oder Tags, die einen Commit enthalten, der neuer als sieben Tage ist als aktuell.
You can simply checkout the commit, and Git LFS will download the file if needed and place it in your working copy.
Wenn du den Commit einfach auscheckst, lädt Git LFS die Datei wenn nötig herunter und legt sie in deiner Arbeitskopie ab.
Git LFS does this by replacing large files in your repository with tiny pointer files.
Dies erfolgt in Git LFS durch das Ersetzen großer Dateien in deinem Repository mit winzigen Pointer -Dateien.
However, you can display a list of all patterns that arecurrently tracked by Git LFS by invoking git lfs track with no arguments.
Du kannst dir jedoch eine Liste aller Muster, die derzeit von GitLFS verfolgt werden, anzeigen lassen, indem du git lfs track ohne zusätzliche Argumente ausführst.
And exactly which Git LFSobjects will be pruned with git lfs prune--verbose--dry-run.
Und mit git lfs prune--verbose--dry-run testest du,welche Git-LFS-Objekte genau mit"prune" gelöscht werden.
This git log incantation generates a patch(-p) from commits on any branch(--all) that add or remove a line(-S) containing the specified string a Git LFS SHA-256 OID.
Dieser git log -Befehl generiert einen Patch( -p) von Commits aller Branches(--all), bei denen eine Zeile hinzugefügt oder entfernt wurde( -S), die den angegebenen String enthält eine Git LFS SHA-256 OID.
Git LFS typically only downloads the files needed for commits that you actually checkout locally.
Git LFS lädt normalerweise nur die Dateien herunter, die für die tatsächlich lokal ausgecheckten Commits benötigst.
The repository size problem is largely addressed by Git LFS, an extension that lets Git handle large files while delegating the actual file storage elsewhere.
Das Problem mit der Repository-Größe wird weitgehend durch Git LFS behoben, einer Erweiterung, mit der Git große Dateien verarbeitet und den tatsächlichen Speicherort von Dateien verlagern kann.
Git LFS stores your large files externally and keeps your actual Git repository lightweight, resulting in faster cloning and fetching times.
Git LFS nutzt einen externen Speicher für große Dateien, um das eigentliche Git-Repository schlank zu halten.
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 vongit push angezeigt, da die Git LFS-Inhalte zum Server übertragen werden.
Git LFS will help coordinate locking binary files across multiple branches with an algorithm that makes sure you're working on the latest version, no matter which branch you're on.
Git LFS hilft mit einem Algorithmus, der sicherstellt, dass du in jedem Branch immer an der neuesten Version arbeitest, bei der Koordinierung der Sperrung von Binärdateien über mehrere Branches hinweg.
When you checkout a commit that contains Git LFS pointers, they are replaced with files from your local Git LFS cache, or downloaded from the remote Git LFS store.
Wenn du einen Commit auscheckst, der Git LFS Pointers enthält, werden diese mit Dateien aus deinem lokalen Git LFS-Cache ersetzt oder vom Git LFS-Remote-Speicher heruntergeladen.
Once Git LFS is initialized for your repository, you can specify which files to track using git lfs track.
Sobald Git LFS für dein Repository initialisiert ist, kannst du mit git lfs track festlegen, welche Dateien verfolgt werden sollen.
You can stop tracking a particular pattern with Git LFS by simply removing the appropriate line from your. gitattributes file,or by running the git lfs untrack command.
Du kannst die Verfolgung eines bestimmten Musters durch Git LFS beenden, indem du einfach die entsprechende Zeile aus deiner .gitattributes -Datei entfernst oderden Befehl git lfs untrack ausführst.
Once Git LFS is installed, you can clone a Git LFS repository as normal using git clone.
Nachdem Git LFS installiert ist, kannst du Git LFS-Repositorys ganz normal mit git clone klonen.
However, you can force Git LFS to download extra content for other recently modified branches using git lfs fetch--recent.
Du kannst jedoch Git LFS mit git lfs fetch--recent zwingen, zusätzliche Inhalte für andere kürzlich modifizierte Branches herunterzuladen.
To migrate a Git LFS repository from one hosting provider to another,you can use a combination of git lfs fetch and git lfs push with the--all option specified.
Zur Migration eines Git LFS-Repositorys von einem Hosting-Anbieterzu einem andren kannst du git lfs fetch und git lfs push zusammen mit der Option--all kombinieren.
After running git lfs track, you will notice a new file named. gitattributes in the directory you ran the command from.
Nach dem Ausführen von git lfs track wirst du in dem Verzeichnis,von dem aus du den Befehl ausgeführt hast, eine neue Datei namens .gitattributes finden.
By default, git lfs fetch--recent will only download Git LFS content for the commit at the tip of a recent branch or tag.
In den Standardeinstellungen wird git lfs fetch--recent nur Git LFS-Inhalte für den Commit an der Spitze des letzten Branch oder Tags herunterladen.
Results: 30, Time: 0.0942

Word-for-word translation

Top dictionary queries

English - German