3 examples for git add
# Stages only the modified files. Great if you've moved some files into a subfolder and you want to keep their git history. git add -u
# Stages only the modified files. Great if you've moved some files into a subfolder and you want to keep their git history. git add -u