06 - Work with branch locally, checkout and merge - التعامل مع الفروع بجيت, كيفيه انشائها و دمجها
Channel:
Subscribers:
10,800
Published on ● Video Link: https://www.youtube.com/watch?v=3KOIScS0FP4
كيفيه التعامل مع الفروع بجيت git branch
كيفيه انشاء فرع جديد new branch
كيفيه التحويل مابين الافرع
كيفيه دمج الفروع git merge branch
الاوامر المستخدمه
git branch branchName
لإنشاء فرع جديد
git checkout branchName
للتحويل من فرع الى فرع اخر
git branch
لإظهار الافرع العامله بالمشروع و الغير مخفيه
git merge originalBranch
لدمج الفرع الاصلى بالفرع الذى تتواجد به
Other Videos By Status Code
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 status
git config --list
local repository
Configure
git restore
git commit
Stage
commits
git log
git push
git pull