Git: Difference between revisions
No edit summary |
|||
| Line 9: | Line 9: | ||
# Stage your changes | # Stage your changes | ||
git add <my files> | git add <my files> | ||
# | # Or stage all files | ||
git add . | # git add . | ||
# Make a commit | # Make a commit | ||
No edit summary |
|||
| Line 9: | Line 9: | ||
# Stage your changes | # Stage your changes | ||
git add <my files> | git add <my files> | ||
# | # Or stage all files | ||
git add . | # git add . | ||
# Make a commit | # Make a commit | ||