Installation Laden Sie das Tool von dieser Seite und installieren Sie es. Das Tool besteht aus einer Datei: gh Stellen Sich sicher, dass sich der Installationsordner in ihrem PATH Variable befindet. Danach einfach das Tool mal aufrufen Authentifizierung Anmelden Default Protokoll einstellen Credentials aktualisieren Aktualisieren der Credentials: Konfiguration Editor setzen […]
Git und Github
References https://github.com/AGWA/git-crypt https://blog.francium.tech/secure-your-credentials-using-git-crypt-1ccbacc483c7 https://buddy.works/guides/git-crypt TL;DR COMMON COMMANDS GPG COMMANDS SYMMETRIC KEY COMMANDS Installation Prepare Repository Create .gitattributes file
Create a New SSH Key We need to generate a unique SSH key for our second GitHub account. Be careful: do not over-write your existing key for your personal account. Instead, when prompted, save the file as id_rsa_<account name>. I saved the file to ~/.ssh/id_rsa_placeholder Attach the new Key to your Github […]
Github hints Repository — Quick setup Clone repository .. or create a new repository on the command line …or push an existing repository from the command line Merge branch with master Merging via command line Step 1: From your project repository, bring in the changes and test. Step 2: Merge […]
Github ist eine Webseite, die es ermöglicht, gemeinsam an einem Softwareprojekt zu arbeiten. Zusätzlich gibt es eine Versionsverwaltung: es wird also jede Änderung mit protokolliert, so das diese überprüft und rückgängig gemacht werden kann. Einstieg Der Arbeitsalltag eines Entwicklers, der Github nutzt sieht meistens wie folgt aus er erstellt einmalig […]