Configure config ssh for custom ssh key gitlab github
You have to create or edit ~/.ssh/config file Note that yakindu is a custom name. You can replace with your own
You have to create or edit ~/.ssh/config file Note that yakindu is a custom name. You can replace with your own
Para reversar un git add antes de hacer commit, se debe usar el siguiente comando: El segundo comando permite reversar todos los cambios.
1. Añadir el archivo o directorio en .gitignore 2. Si el archivo fue añadido (git add) pero no confirmado (git commit) o enviado (git push) …
To get list of files that was modified on git follow these steps: Get initial and final hash commit 2. Use git diff as follow