přejmenovány skripty, aby obsahovaly číselný prefix
This commit is contained in:
4
examples/03-git-commit.sh
Normal file
4
examples/03-git-commit.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Tento skript commituje všechny změny v staging area s předdefinovanou zprávou
|
||||
git commit -m "Initial commit"
|
||||
echo "Změny byly commitnuty."
|
||||
Reference in New Issue
Block a user