Eine Datei zu einem Repository hinzufügen
Sie können eine vorhandene Datei in ein GitHub Enterprise-Repository hochladen und committen. Ziehen Sie eine Datei per Drag-and-Drop in ein beliebiges Verzeichnis in der Dateistruktur, oder laden Sie Dateien von der Hauptseite des Repositorys hoch.
Für Dateien, die Sie über einen Browser zu einem Repository hinzufügen, gilt eine Beschränkung von 25 MB pro Datei. Größere Dateien mit bis zu jeweils 100 MB können Sie über die Befehlszeile hinzufügen. Weitere Informationen finden Sie unter „Eine Datei über die Befehlszeile zu einem Repository hinzufügen“.
Wenn Sie eine neue Datei zu einem leeren Repository hinzufügen möchten, müssen Sie das Repository zunächst initialisieren oder einrichten. Um ein leeres Repository zu initialisieren, fügen Sie über die Repository-Einrichtungsseite eine README-Datei hinzu. Weitere Informationen finden Sie unter „Ein leeres Repository mit einer README-Datei initialisieren“.
Tipps:
- Sie können mehrere Dateien gleichzeitig zu GitHub Enterprise hochladen.
- If a repository has any protected branches, you can't edit or upload files in the protected branch using the web interface.
-
On GitHub Enterprise, navigate to the main page of the repository.
-
Klicken Sie unter dem Namen des Repositorys auf Upload files (Dateien hochladen).
-
Ziehen Sie die Datei bzw. den Ordner, den/die Sie in das Repository hochladen möchten, per Drag-and-Drop in die Dateistruktur.
-
At the bottom of the page, type a short, meaningful commit message that describes the change you made to the file. You can attribute the commit to more than one author in the commit message. For more information, see "Creating a commit with multiple co-authors."
-
Below the commit message fields, decide whether to add your commit to the current branch or to a new branch. If your current branch is
master
, you should choose to create a new branch for your commit and then create a pull request. For more information, see "Creating a new pull request." -
Klicken Sie auf Commit changes (Änderungen committen).