[Arabic] Learn Git & GitHub #15 - Restore And Clean

preview_player
Показать описание
Restore And Clean

============================

Support Me on Patreon to Help me Create More Videos

I will be Very Happy if you Support my Channel.

Join Our Facebook Group:

Follow My Facebook Profile:

Like Facebook Page:

Follow Me On Twitter:
Рекомендации по теме
Комментарии
Автор

“Sometimes life's going to hit you in the head with a brick. Don't lose faith. I'm convinced that the only thing that kept me going was that I loved what I did.”

ahmedalimaher
Автор

السلام عليكم مالفرق بين هذا git restore --staged
وهذا git reset head

selmouneabderrahmane
Автор

git restore --staged [filename] => restore file(s) from stage area
code [filename] => open file with vs code
git clean -n => show untracked file(s) before remove
git clean -f => remove untracked file(s)

dragonkora
Автор

حفظـــــــــــك الله ورعـــــــــــــــــاك

kintag
Автор

💕سبحان الله وبحمده سبحان الله العظيم💕
💓اللهم صل وسلم وبارك على سيدنا محمد💓
💗أستغفر الله العظيم وأتوب اليه💗.

ajbxe
Автор

ربنا يوفقك يا اسامه تحياتي من الأردن 😍❤️

bassilmohammad
Автор

First comment ...فلحقيقة دخلت لاعمل اول كومنت بس علعموم شكرا😒😳😳😳😳😂😂😂😆😇

douaadoudoune
Автор

شنو الفرق بين
git clean
وا
rm
يعني اكدر احذفه من terminal بامر rm طبيعي

hello_word
Автор

حياك الله كتير ووفقك انا تابعتك الصراحه من خلال حلقتك مع احمد ابوزيد وانبسطت كتير بافكارك وتقييمك للمواصيع المختلفه وطبعا البرمجه انا حاليا بتابع كورس html علي قناتك بس صراحه حاسس اني مش حبتش موضوع البرمجه فهل اكمل علي الكورس والا اتابع مثلا لغه بايثون والا اعمل ايه مش عايز سؤالي ليك يضايقك لكن انا بحاول اتعلم برمجه علشان اكتسب طريقه حل المشاكل المنطقيه رالتسلسل في الافكار اللي هتساعدني في مجالي فماذا افعل؟ ربنا يوفقك كتير❤️❤️❤️❤️

hossamhussin
Автор

ممكن نرجع جميع الملفات باستخدام git reset ، وكمان نقدر نرجع ملف بعينه باستخدام git reset file_name.txt

khaledradwan
Автор

ممكن سؤال ايش الللغات التي يجب ان اتعلمها لاصبح مصمم ويب لاني سمعت اشياء كيثر وضمنهم oop

mostafamosafa
Автор

ملحوظة clean مش بحذف غير الملفات اللي لم يتم رفعها إلي السيرفر ولم يتم إضافتها لمسرح العمل

khaledradwan
Автор

عندي مشكلة طول الفيديوهات وهي موضوع touch commant on the command مش بيتكتب بيطلعلي 'touch' is not recognized as an internal or external command,
operable program or batch file.
وحتى على الgit bash مش بيقبلها كمان لو فيه حل ياريت حد يفيدني

mariamazzam-gxxh
Автор

git reset head file.txt
git restore --staged *
git clean -n -> files that are gonna be deleted which are not staged, so add the file to the staging area so that it would not be deleted and will not be listed when executing this command
git clean -f -> removing the files that are not staged

greenzone
Автор

git restore --staged <filename> ==>> couldn't resolve HEAD | | | | ( git rm --cached <filename> ) one file ( git rm --cached -r . ) all files
commit على اليمين قبل أى
commit على الشمال محتاج واحد بس

omarelgnn