| code | action |
|---|---|
| i | git init |
| s | git status -s |
| c | git add --all e git commit -m |
| l | git log |
| cl | git clone |
- Use the command in the terminal or in PowerShell:
git config core.editor codeto edit the git configuration file with vscode editor, - Run the command:
git config --global --edit, - Copy the commands from the repository and paste into the file.