Github For Automation 1722068053
Github For Automation 1722068053
git merge <branch_name>: Combines changes from another branch into your
current branch.
git status: Shows the status of files in the repository (untracked, modified, staged).
git init
git status
iii. After this you can create a repository on your github account
git reset
Hint: Helps to use the changes which were stashed earlier. Make sure before
applying the changes you switch to the repository for which changes were made.