layris3 / Daily-learning-experience-record

daily learning experience
0 stars 0 forks source link

git-git commit -a -m #5

Open layris3 opened 4 years ago

layris3 commented 4 years ago

git commit -a -m the "-a" flag help us make a commit to the repository without "git add .". in fact,the "-a" flag have staged all the files in the git repository. this is convenient,but be careful:this may cause you include some unwanted changes.