Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 457 Bytes
code action
i git init
s git status -s
c git add --all e git commit -m
l git log
cl git clone

How to use?

  • Use the command in the terminal or in PowerShell: git config core.editor code to 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.