ubuntu - How to add multiple files in git -
I have 4 files in a folder. I have modified 3 of them. How do I add and push only modified files at a time? Will "add git." Work here
git add git commit -m "message" git push
I have 4 files in a folder. I have modified 3 of them. How do I add and push only modified files at a time? Will "add git." Work here
git add git commit -m "message" git push
Comments
Post a Comment