initial repo seedings
This commit is contained in:
16
.kiro/steering/git-commit-after-changes.md
Normal file
16
.kiro/steering/git-commit-after-changes.md
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- factbase:ae04c3 -->
|
||||
---
|
||||
inclusion: always
|
||||
---
|
||||
|
||||
# Git Commit and Push After Changes
|
||||
|
||||
After completing any task or batch of file changes, always run:
|
||||
|
||||
```
|
||||
git add -A
|
||||
git commit -m "<brief description of changes>"
|
||||
git push
|
||||
```
|
||||
|
||||
Do not wait for the user to ask. Commit and push immediately after making changes.
|
||||
Reference in New Issue
Block a user