Stage all files: git add . Stage a file: git add example.html (replace example.html with your file name) Stage a folder: git add myfolder (replace myfolder with your folder path)