Bureaucrats, checkuser, Administrators
3,313
edits
m (→Committing) |
|||
Line 41: | Line 41: | ||
Now, to see to it that they're committed to the repo, do the following: | Now, to see to it that they're committed to the repo, do the following: | ||
git add file1.sh file2*.py | git add file1.sh data/file2.txt | ||
git add file3*.py | |||
This tells git which files you want to commit the changes for. Finally, use: | This tells git which files you want to commit the changes for. Finally, use: |