git branch
git status
git add filename
git commit -m 'comment message'
git push origin 'branch_name'
git checkout master
git pull origin master
git merge 'branch_name'
(Resolve error if any while merging
ctrl+c, than :qa
afer resolve
git status
git add files
git commit - m 'update msg'
)
git push origin master
git checkout 'your branch name'
git pull origin master
git add app/*
git add routes/web.php
git add resources/*
git status
git add filename
git commit -m 'comment message'
git push origin 'branch_name'
git checkout master
git pull origin master
git merge 'branch_name'
(Resolve error if any while merging
ctrl+c, than :qa
afer resolve
git status
git add files
git commit - m 'update msg'
)
git push origin master
git checkout 'your branch name'
git pull origin master
git add app/*
git add routes/web.php
git add resources/*
Comments
Post a Comment