Skip to content

Instantly share code, notes, and snippets.

View MonksterFX's full-sized avatar
🎯
Focusing

Max Mönch MonksterFX

🎯
Focusing
View GitHub Profile
@MonksterFX
MonksterFX / git-commit.md
Last active August 19, 2020 07:24
git practise

git commit

some usefull command for git

append to previous commit

git add <file> or git add .
git commit --amend

# without message
git commit --amend --no-edit