i will upload 100 small MERN_HTML_CSS _projcts here
- create a local branch
- open your terminal
- git init
- git clone https://- github.com/IAkashMondal/100_days_100_projects.- git
- git init
- git clone <repository_url>
- git add
- git commit -m "Commit message"
- git push origin <branch_name>
- git pull origin <branch_name>
- git status
- git log
- git branch <branch_name>
- git checkout <branch_name>
- git checkout -b <new_branch_name>
- git merge <branch_name>
- git branch -d <branch_name>
- git remote add origin <repository_url>
- git fetch origin
- Push your changes to your repository and then create a PR on - gitHub.
- After reviewing, merge a PR on - gitHub.
- git pull origin <branch_name>
- Create or edit a .- gitignore file to specify files/folders to be ignored.
- git reset HEAD^
- git checkout --
- git config --global user.name "Your Name"
-
- git config --global user.email "your.email@gmail.com"