#8 Git Tutorial | What is Git Stash | How to save your working copy changes to stash

preview_player
Показать описание
In this video we are gonna discuss the below topics.
1. What is git stash?
2. How to stash your changes?
3. Perform multiple operation on git stash.

So lets move inside the video to get the details.

Below are the commands related to git tag.
git pull origin master
git fetch origin master
git diff master origin/master
git merge origin/master

Below are the basic git commands.
git init
git clone -b "branchname" "branchrepourl"
git checkout -b branchname
git add README.md
git commit -m "first commit"
git branch -M master
git push -u origin master

**************Please comment in case of any query*************

Please watch below video as well -

Рекомендации по теме