আমি এটির git commit -m "message"
মতো করেছিলাম :
> git commit -m "save arezzo files"
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: arezzo.txt
# modified: arezzo.jsp
#
no changes added to commit (use "git add" and/or "git commit -a")
তবে পরে, যখন আমি git status
এটি করি তখন একই সংশোধিত ফাইলগুলি দেখায়:
> git status
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: arezzo.txt
# modified: arezzo.jsp
#
no changes added to commit (use "git add" and/or "git commit -a")
আমি কি ভুল করছি?
git commit -am "save arezzo files"
সমস্ত পরিবর্তন স্বয়ংক্রিয়ভাবে যুক্ত করতে ব্যবহার করুন (tgitignore)। আপনি কেবলমাত্র নির্দিষ্ট ফাইল / ডায়ার যুক্ত করতে চাইতে পারেন:git add file.src