Skip to content

Commit

Permalink
home.git: use conventional commits for initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed May 27, 2024
1 parent 8ed7314 commit 55b254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/programs/git/git-initial-commit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git init
touch .gitignore
git add .gitignore
git commit -m 'Initial commit'
git commit -m 'chore: initial commit'

0 comments on commit 55b254a

Please sign in to comment.