Jump to content

Git: Difference between revisions

5 bytes added ,  8 October 2019
No edit summary
Line 9: Line 9:
# Stage your changes
# Stage your changes
git add <my files>
git add <my files>
# Stage all files
# Or stage all files
git add .
# git add .


# Make a commit
# Make a commit