git commit
This command saves staged changes to the local repository
$ git commit  -m "commit name"
This command changes commit name or adds files
$ git commit --amend -m "commit name"
by Eka Suarishvili
1 year ago
Git
0
Pro tip: use ```triple backticks around text``` to write in code fences