Aug 032011
Committing all changes in a git repository
Answer:
To commit all changes in the current working directory using git, try
# git commit -a -m 'Commit all changes'
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Committing all changes in a git repository
Answer:
To commit all changes in the current working directory using git, try
# git commit -a -m 'Commit all changes'