/git-test-app

Hello World for learning Git

Primary LanguageHTML

hello-world

Hello World repository for Git tutorial This is an example repository for the Git tutoial on https://www.w3schools.com

This repository is built step by step in the tutorial.

git checkout -b new-branch-name

Merge a branch to another branch

Navigate to the target branch. git merge source-branch-name

FIx the conflicts and then commit

git commit -m "okok"

To remove a file from staged: git restore --staged

https://github.com/ameeyakumardas007/git-test-app.git