04 - Git commit life cycle(edit, stage, commit) - جيت للجمبع - دوره حياه ملفات جيت

Channel:
Subscribers:
10,800
Published on ● Video Link: https://www.youtube.com/watch?v=LXpSyoGAcvY



Duration: 19:28
95 views
6


ماهى دوره حياه التعامل مع الملفات داخل فولدر جيت git repository
شرح تفصيلى نظرى وعملى عن دوره الحياه وكيفي التلاعب بالملفات و معرفه التفاصيل الخاصه بمن قام بالتعديلات, و العديدي من التفاصيل الهامه لتسهيل التعامل مع جيت
Edit File --- Add ---- Stage ------ Commit.
Edit File ---- restore.
Edit File ---- Add ---- stage --- reset to Edit Mode
الاوامر المستخدمه:
git add .
لوضع جميع الملفات بمرحله الـ stage
git add fileName
لوضع ملف معين بمرحله الـ stage
----------------------------------------------
git restore filename
إرجاع الملف لحالته الاساسيه قبل التعديل, يستخدم قبل اضافه الملفات لمرحله الـ stage
--------------------------------------------
git reset HEAD filename
git restore --staged filename
إرجاع الملف لمرحله التعديل, يستخدم بعد اضافه الملفات لمرحله الـ stage


git restore --staged *
إرجاع جميع الملفات لمرحله التعديل, يستخدم بعد اضافه الملفات لمرحله الـ stage
--------------------------------------------
git commit -m “Message goes here”
يستخدم بعد الانتهاء من التعديل وحين التأكد من ان كل شئ على مايرام
--------------------------------------------
git log
لمعرفه عدد الـ commits و الـ commits history داخل المشروع




Other Videos By Status Code


2021-06-09Warming up on fire as professionals, Go beyond your limits - احماء على النار كالمحترفين, هات أخرك
2021-06-08How to warm up before training to protect yourself from mistakenly get injured {Gym Lovers}
2021-05-26High kick, Stretching - Высокий удар, Растяжка - ضربات عاليه واستطالات
2021-05-0902 - Secrets of the Red Sea { The Formation}
2021-05-0706 - Work with branch locally, checkout and merge - التعامل مع الفروع بجيت, كيفيه انشائها و دمجها
2021-05-05Let s Relax or Study: 50 Minutes of relaxing, & soul touching music for calmness and relaxing
2021-05-0402 - Internet for Everyone { An Overview of URL Anatomy - Web Address}
2021-05-0201 - An overview of how internet works for everyone regardless of where you are working
2021-04-3001 - Secrets of the Red Sea {Red Sea in Figures}
2021-04-2505 - Take your work online{github}( push and pull) - حمل شغلك على جيت هاب
2021-04-2404 - Git commit life cycle(edit, stage, commit) - جيت للجمبع - دوره حياه ملفات جيت
2021-04-2303 –Git Configure & Create Local Repository ظبط الإعدادات وإنشاء مشروع على الجهاز
2021-04-2202- Git For Everyone{Install & Add to Environment Variables} جيت للجميع {تنصيب واضافه الى المتغيرات}
2021-04-2201 - Git For Everyone {Intro} - جيت للجميع {مقدمه}
2021-04-2115 - Car Rental {Arabic JAVA} {Convert To Web Project} -- مشروع مكتب تأجير سيارات بالجافا
2021-04-04Кому права превосходить кому ??, Как развитая отношения с животными отдалела людей друг от друга!!
2021-03-08Challenge Bases 3-5 {Event Fistful Of Thorium 03-08-2021}
2020-12-0809 - { 04 } - الجزء العملى لسيرفلت فرونت كونترولر practical Servlet Front Controller
2020-12-0808 - { 03 } - الجزء العملى لسيرفلت فرونت كونترولر practical Servlet Front Controller
2020-12-0807 - { 02 } - الجزء العملى لسيرفلت فرونت كونترولر practical Servlet Front Controller
2020-12-0706 - { 01 } - الجزء العملى لسيرفلت فرونت كونترولر practical Servlet Front Controller



Tags:
git
git hub
git lab
bitbucket
version control
branching
merge
init
chekout
restore
git for everyone
technology
tracking
code
collaboration
Repositories
Clone
project
Push
Pull
Staging
Committing
software
developers
uses
history
commit
cmd
files
snapshot
config
user.name
user.email
status
git config --global user.name
git config --global user.email
git init
git status
git config --list
local repository
Configure
git restore
git commit
Stage
commits