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

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -